Fix overflowed list in addons screen
This commit is contained in:
parent
1115118a13
commit
0c10389333
@ -37,11 +37,13 @@
|
||||
</tabs>
|
||||
|
||||
<box proportion="1" width="98%" align="center" layout="vertical-row" padding="6">
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<div layout="horizontal-row" width="100%" height="8%">
|
||||
<checkbox id="show_possessed"/>
|
||||
<label height="100%" I18N="In the addons screen, above the list of addons to be installed" text="Show only possessed" word_wrap="true"/>
|
||||
<spacer width="1%" />
|
||||
<label height="100%" I18N="In the addons screen, above the list of addons to be installed"
|
||||
text="Show only possessed" word_wrap="true"/>
|
||||
</div>
|
||||
<list id="list_addons" x="0" y="0" width="100%" height="100%" word_wrap="true" alternate_bg="true"/>
|
||||
<list id="list_addons" x="0" y="0" width="100%" height="92%" word_wrap="true" alternate_bg="true"/>
|
||||
</box>
|
||||
</div>
|
||||
</stkgui>
|
||||
|
Loading…
Reference in New Issue
Block a user