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>
</property>
<property name="icon">
<iconset theme="dialog-close">
<normaloff>.</normaloff>.</iconset>
<iconset theme="dialog-close"/>
</property>
</widget>
</item>

View File

@ -479,7 +479,8 @@
<string extracomment="OK, Cancel, Apply">&amp;Cancel</string>
</property>
<property name="icon">
<iconset theme="dialog-cancel"/>
<iconset theme="dialog-cancel">
<normaloff>.</normaloff>.</iconset>
</property>
</widget>
</item>

View File

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

View File

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

View File

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