diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-06-28 08:18:29 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-28 08:18:29 -0700 |
commit | a1c933da9fad358075a2f42f3055b82cf089c197 (patch) | |
tree | 72b82b4f64ca503b7f56971ae5ed17add3e4340f /qt-ui/diveplanner.ui | |
parent | d25e31525ca5050a955c17c1b7d54201d81a6186 (diff) | |
download | subsurface-a1c933da9fad358075a2f42f3055b82cf089c197.tar.gz |
Planner: small fixes for the UI
This way the calendar looks more "natural".
And a typo fix.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index 5441c2a38..afed678ce 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -115,6 +115,12 @@ <layout class="QHBoxLayout" name="dateAndTime"> <item> <widget class="DateWidget" name="dateEdit" native="true"> + <property name="maximumSize"> + <size> + <width>100</width> + <height>16777215</height> + </size> + </property> <property name="focusPolicy"> <enum>Qt::StrongFocus</enum> </property> @@ -128,7 +134,7 @@ <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> - <string>Altitide</string> + <string>Altitude</string> </property> </widget> </item> |