GUI: Add group selection popup to Modern theme

This commit is contained in:
av-dx 2021-08-03 22:42:52 +05:30 committed by Eugene Sandulenko
parent 20341611e8
commit aa3ab57d8a
3 changed files with 19 additions and 2 deletions

Binary file not shown.

View File

@ -162,6 +162,14 @@
height = 'Globals.Line.Height'
width = 'Globals.Line.Height'
/>
<widget name = 'laGroupPopupDesc'
type = 'OptionsLabel'
textalign = 'end'
/>
<widget name = 'laGroupPopup'
width = '150'
type = 'PopUp'
/>
<space />
<widget name = 'Version'
width = '310'

View File

@ -63,8 +63,8 @@
<def var = 'GridSupported' value = '1'/>
<def var = 'GridItemThumbnail.Width' value = '128' scalable = 'no'/>
<def var = 'GridItemThumbnail.Height' value = '128' scalable = 'no'/>
<def var = 'Grid.XSpacing' value = '10' scalable = 'no'/>
<def var = 'Grid.YSpacing' value = '20' scalable = 'no'/>
<def var = 'Grid.XSpacing' value = '20' scalable = 'no'/>
<def var = 'Grid.YSpacing' value = '10' scalable = 'no'/>
<def var = 'Grid.ShowTitles' value = '0' scalable = 'no'/>
<widget name = 'OptionsLabel'
@ -154,6 +154,15 @@
height = 'Globals.Line.Height'
width = 'Globals.Line.Height'
/>
<widget name = 'laGroupPopupDesc'
type = 'OptionsLabel'
height = 'Globals.Line.Height'
textalign = 'end'
/>
<widget name = 'laGroupPopup'
width = '150'
type = 'PopUp'
/>
<space />
<widget name = 'ListSwitch'
height = 'Globals.Button.Height'