diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2015-06-26 20:54:48 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-26 18:50:23 -0700 |
commit | fd31e7792e73a89b7dfdd8125466b0b4a819c55f (patch) | |
tree | beec128f7e9e0510033503bae18c2450d5e31d76 /qt-ui/simpledivesiteedit.ui | |
parent | 4426cf706f296541b199705eb2ee015c64deb530 (diff) | |
download | subsurface-fd31e7792e73a89b7dfdd8125466b0b4a819c55f.tar.gz |
Dive site rewrite: change the default sizes of the dialog
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simpledivesiteedit.ui')
-rw-r--r-- | qt-ui/simpledivesiteedit.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/qt-ui/simpledivesiteedit.ui b/qt-ui/simpledivesiteedit.ui index 120e3293f..a7903d00e 100644 --- a/qt-ui/simpledivesiteedit.ui +++ b/qt-ui/simpledivesiteedit.ui @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>280</width> - <height>190</height> + <width>449</width> + <height>274</height> </rect> </property> <property name="windowTitle"> @@ -41,9 +41,6 @@ </property> </widget> </item> - <item row="2" column="1"> - <widget class="QLineEdit" name="diveSiteDescription"/> - </item> <item row="3" column="0"> <widget class="QLabel" name="label_4"> <property name="text"> @@ -51,8 +48,11 @@ </property> </widget> </item> + <item row="2" column="1"> + <widget class="QPlainTextEdit" name="diveSiteDescription"/> + </item> <item row="3" column="1"> - <widget class="QLineEdit" name="diveSiteNotes"/> + <widget class="QPlainTextEdit" name="diveSiteNotes"/> </item> </layout> </widget> |