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>
This commit is contained in:
Tomaz Canabrava 2015-06-26 20:54:48 -03:00 committed by Dirk Hohndel
parent 4426cf706f
commit fd31e7792e
3 changed files with 16 additions and 14 deletions

View file

@ -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>