diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-25 14:24:22 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:49:46 -0700 |
commit | 8bd9fb161a8607683d94b7179f46888cb44be9f4 (patch) | |
tree | 131d869649dc332df3d6fede7dca8df1a58256c3 /qt-ui/maintab.ui | |
parent | f763da66b3db17347954272b9f856df6f8b9888d (diff) | |
download | subsurface-8bd9fb161a8607683d94b7179f46888cb44be9f4.tar.gz |
Dive site rewrite: location edit on notes tab is again a LineEdit
Hopefully we now have the UI semantics figured out.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index d681fbdbb..c78ced6f3 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -55,8 +55,8 @@ <rect> <x>0</x> <y>0</y> - <width>445</width> - <height>760</height> + <width>449</width> + <height>751</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -186,14 +186,7 @@ <number>2</number> </property> <item> - <widget class="QComboBox" name="location"> - <property name="sizePolicy"> - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - </widget> + <widget class="QLineEdit" name="location"/> </item> <item> <widget class="QToolButton" name="addDiveSite"> @@ -539,8 +532,8 @@ <rect> <x>0</x> <y>0</y> - <width>445</width> - <height>754</height> + <width>100</width> + <height>30</height> </rect> </property> <layout class="QGridLayout" name="equipmentTabScrollAreaLayout"> @@ -634,8 +627,8 @@ <rect> <x>0</x> <y>0</y> - <width>445</width> - <height>754</height> + <width>389</width> + <height>430</height> </rect> </property> <layout class="QGridLayout" name="diveInfoScrollAreaLayout"> @@ -975,8 +968,8 @@ <rect> <x>0</x> <y>0</y> - <width>445</width> - <height>754</height> + <width>408</width> + <height>253</height> </rect> </property> <layout class="QHBoxLayout" name="horizontalLayout"> |