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>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-close">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
<iconset theme="dialog-close"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -443,8 +443,7 @@
|
|||
<string extracomment="OK, Cancel, Apply">&OK</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-ok">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
<iconset theme="dialog-ok"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -460,8 +459,7 @@
|
|||
<string extracomment="OK, Cancel, Apply">&Cancel</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-cancel">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
<iconset theme="dialog-cancel"/>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -147,8 +147,7 @@
|
|||
<string>&Close</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset theme="dialog-close">
|
||||
<normaloff>.</normaloff>.</iconset>
|
||||
<iconset theme="dialog-close"/>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>true</bool>
|
||||
|
|
Loading…
Reference in a new issue