mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
Disable transparency for all popup lists
This commit is contained in:
parent
5bb9f1b187
commit
6795163265
@ -97,24 +97,6 @@
|
||||
</Resource>
|
||||
|
||||
<Resource type="ResourceLayout" name="MW_ComboBox" version="3.2.0">
|
||||
<Widget type="Widget" skin="" position="65 10 100 26" name="Root">
|
||||
<Property key="MaxListLength" value="200"/>
|
||||
<Property key="SmoothShow" value="true"/>
|
||||
<Property key="ModeDrop" value="true"/>
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="0 0 100 26" align="Stretch">
|
||||
<Widget type="TextBox" skin="SandText" position="6 3 71 20" align="Stretch" name="Client">
|
||||
<Property key="TextAlign" value="Left VCenter"/>
|
||||
</Widget>
|
||||
<Widget type="ListBox" skin="MW_PopupList" position="65 38 100 200" style="Popup" layer="Popup" name="List">
|
||||
<Property key="Visible" value="false"/>
|
||||
</Widget>
|
||||
<Widget type="Button" skin="MW_ArrowDown" position="79 7 14 11" align="Right VCenter" name="Button"/>
|
||||
</Widget>
|
||||
</Widget>
|
||||
</Resource>
|
||||
|
||||
<Resource type="ResourceLayout" name="MW_ComboBoxNoTransp" version="3.2.0">
|
||||
<Widget type="Widget" skin="" position="65 10 100 26" name="Root">
|
||||
<Property key="MaxListLength" value="200"/>
|
||||
<Property key="SmoothShow" value="true"/>
|
||||
|
@ -16,7 +16,7 @@
|
||||
<UserString key="VStretch" value="true"/>
|
||||
<Property key="Spacing" value="8"/>
|
||||
|
||||
<Widget type="ComboBox" skin="MW_ComboBoxNoTransp" position="0 0 200 24" name="SelectCharacter">
|
||||
<Widget type="ComboBox" skin="MW_ComboBox" position="0 0 200 24" name="SelectCharacter">
|
||||
<Property key="Caption" value="Select Character"/>
|
||||
<UserString key="HStretch" value="true"/>
|
||||
</Widget>
|
||||
|
Loading…
Reference in New Issue
Block a user