Gkyph sizes in Group widget bumped.
This commit is contained in:
parent
52f088e380
commit
a4a38c3c44
@ -141,6 +141,7 @@ screens = [
|
||||
widget.GroupBox(
|
||||
active='#feffff',
|
||||
disable_drag=True,
|
||||
fontsize=17,
|
||||
highlight_method='block',
|
||||
rounded=False,
|
||||
this_current_screen_border='#005577',
|
||||
@ -217,6 +218,7 @@ floating_layout = layout.Floating(
|
||||
float_rules=[
|
||||
*layout.Floating.default_float_rules,
|
||||
Match(wm_class='authenticator'),
|
||||
Match(title="File Upload"),
|
||||
Match(title="Open File"),
|
||||
Match(title="Open file"),
|
||||
Match(title="Open Files"),
|
||||
|
Loading…
Reference in New Issue
Block a user