aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/mainwindow.ui
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-02 17:23:54 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-01-02 22:24:50 -0800
commit17195e44a59cc96b60cd8ffdf367add4645b0629 (patch)
treeae91bcc507354fca4836cbd3766ce28ca95e8b28 /qt-ui/mainwindow.ui
parent36ba5d3382e89f247b5bde2efd0aac4428c34d96 (diff)
downloadsubsurface-17195e44a59cc96b60cd8ffdf367add4645b0629.tar.gz
Remove all margins from mainwindow.ui file
And adjust them in code instead. This seems to look nice. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r--qt-ui/mainwindow.ui54
1 files changed, 0 insertions, 54 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui
index ca5db455c..ac16afc30 100644
--- a/qt-ui/mainwindow.ui
+++ b/qt-ui/mainwindow.ui
@@ -15,18 +15,6 @@
<property name="spacing">
<number>0</number>
</property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
<item>
<widget class="MultiFilter" name="multiFilter" native="true"/>
</item>
@@ -48,18 +36,6 @@
<property name="spacing">
<number>0</number>
</property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
<item>
<widget class="MainTab" name="InfoWidget" native="true"/>
</item>
@@ -70,21 +46,6 @@
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="profileOuterLayout">
- <property name="spacing">
- <number>0</number>
- </property>
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
<item>
<widget class="DivePlannerWidget" name="divePlannerWidget" native="true">
<property name="enabled">
@@ -97,21 +58,6 @@
</widget>
<widget class="QWidget" name="ProfileWidget">
<layout class="QGridLayout" name="profileInnerLayout">
- <property name="leftMargin">
- <number>0</number>
- </property>
- <property name="topMargin">
- <number>0</number>
- </property>
- <property name="rightMargin">
- <number>0</number>
- </property>
- <property name="bottomMargin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>0</number>
- </property>
<item row="0" column="0" rowspan="3">
<widget class="ProfileWidget2" name="newProfile"/>
</item>