UI/UX: Use OK button in Vote dialog

This commit is contained in:
QwertyChouskie 2023-04-25 20:57:17 -07:00
parent f130f63209
commit b92fb66f38

View File

@ -15,8 +15,8 @@
<spacer height="4%" width="50"/> <spacer height="4%" width="50"/>
<buttonbar id="options" width="25%" height="20%" align="center"> <buttonbar id="options" width="25%" height="20%" align="center">
<icon-button id="cancel" width="64" height="64" icon="gui/icons/main_quit.png" <icon-button id="cancel" width="64" height="64" icon="gui/icons/green_check.png"
I18N="Vote dialog" text="Close" label_location="none"/> I18N="Vote dialog" text="OK" label_location="none"/>
</buttonbar> </buttonbar>
<spacer height="1f" width="10"/> <spacer height="1f" width="10"/>
</div> </div>