fix broken buttons again
This commit is contained in:
parent
a6d44bcafb
commit
a75e8d0403
3 changed files with 4 additions and 8 deletions
|
@ -76,8 +76,7 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
||||||
<string>&Close</string>
|
<string>&Close</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="dialog-close">
|
<iconset theme="dialog-close"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -443,8 +443,7 @@
|
||||||
<string extracomment="OK, Cancel, Apply">&OK</string>
|
<string extracomment="OK, Cancel, Apply">&OK</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="dialog-ok">
|
<iconset theme="dialog-ok"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -460,8 +459,7 @@
|
||||||
<string extracomment="OK, Cancel, Apply">&Cancel</string>
|
<string extracomment="OK, Cancel, Apply">&Cancel</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="dialog-cancel">
|
<iconset theme="dialog-cancel"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
|
@ -147,8 +147,7 @@
|
||||||
<string>&Close</string>
|
<string>&Close</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset theme="dialog-close">
|
<iconset theme="dialog-close"/>
|
||||||
<normaloff>.</normaloff>.</iconset>
|
|
||||||
</property>
|
</property>
|
||||||
<property name="autoDefault">
|
<property name="autoDefault">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
|
|
Loading…
Reference in a new issue