Fixed button margin issue

This commit is contained in:
Rafael 2016-11-16 11:33:53 +01:00
parent f12e20ab66
commit c01d7fcfae
5 changed files with 7 additions and 7 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

@ -479,7 +479,8 @@
<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

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>960</width> <width>960</width>
<height>536</height> <height>602</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">

View File

@ -108,8 +108,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>398</width> <width>98</width>
<height>256</height> <height>28</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="vlProfile"> <layout class="QVBoxLayout" name="vlProfile">

View File

@ -168,7 +168,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>625</width> <width>625</width>
<height>19</height> <height>21</height>
</rect> </rect>
</property> </property>
<widget class="QMenu" name="menuFile"> <widget class="QMenu" name="menuFile">