fix broken buttons again

This commit is contained in:
Rafael 2016-12-05 22:08:35 +01:00
parent a6d44bcafb
commit a75e8d0403
3 changed files with 4 additions and 8 deletions

View File

@ -76,8 +76,7 @@ Copyright © <a href="https://github.com/Syping/">Syping
<string>&amp;Close</string> <string>&amp;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>

View File

@ -443,8 +443,7 @@
<string extracomment="OK, Cancel, Apply">&amp;OK</string> <string extracomment="OK, Cancel, Apply">&amp;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">&amp;Cancel</string> <string extracomment="OK, Cancel, Apply">&amp;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>

View File

@ -147,8 +147,7 @@
<string>&amp;Close</string> <string>&amp;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>