mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-16 19:19:56 +00:00
[GUI] Replace "Yes" button with "OK" in tes3mp_dialog_list
This commit is contained in:
parent
0ccfe66212
commit
0917184359
1 changed files with 1 additions and 4 deletions
|
@ -19,11 +19,8 @@
|
||||||
<Property key="Spacing" value="8"/>
|
<Property key="Spacing" value="8"/>
|
||||||
|
|
||||||
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton" align="Right Bottom">
|
<Widget type="AutoSizedButton" skin="MW_Button" name="OkButton" align="Right Bottom">
|
||||||
<Property key="Caption" value="#{sYes}"/>
|
<Property key="Caption" value="OK"/>
|
||||||
</Widget>
|
</Widget>
|
||||||
<!--<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton" align="Right Bottom">
|
|
||||||
<Property key="Caption" value="#{sNo}"/>
|
|
||||||
</Widget>-->
|
|
||||||
</Widget>
|
</Widget>
|
||||||
|
|
||||||
<Widget type="Widget"/>
|
<Widget type="Widget"/>
|
||||||
|
|
Loading…
Reference in a new issue