diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 17:29:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-03-21 17:29:12 +0100 |
commit | e85545428ff24a0bac2d635794b8f460da4a139c (patch) | |
tree | cf05b2cb0ec8d45260bacd0e9861a6c0846c7168 | |
parent | 6ba9e1a9a2c593cf1d49a57eec103a71c7119503 (diff) |
gui: tweak main window margins
-rw-r--r-- | gui/main-window.ui | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gui/main-window.ui b/gui/main-window.ui index 612faab8..668518d5 100644 --- a/gui/main-window.ui +++ b/gui/main-window.ui @@ -7,8 +7,8 @@ <rect> <x>0</x> <y>0</y> - <width>326</width> - <height>481</height> + <width>320</width> + <height>475</height> </rect> </property> <property name="windowIcon"> @@ -37,10 +37,10 @@ <number>0</number> </property> <property name="rightMargin"> - <number>6</number> + <number>0</number> </property> <property name="bottomMargin"> - <number>6</number> + <number>0</number> </property> <item> <widget class="QFrame" name="frame"> @@ -280,15 +280,9 @@ </sizepolicy> </property> <layout class="QGridLayout" name="gridLayout_2"> - <property name="leftMargin"> - <number>6</number> - </property> <property name="topMargin"> <number>0</number> </property> - <property name="rightMargin"> - <number>0</number> - </property> <property name="bottomMargin"> <number>0</number> </property> |