Better sizings for the CSV 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-01-06 17:34:50 -02:00 committed by Dirk Hohndel
parent f48065ac3c
commit d0a62e452b

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>709</width>
<height>646</height>
<width>586</width>
<height>434</height>
</rect>
</property>
<property name="windowTitle">
@ -102,7 +102,7 @@
<property name="maximumSize">
<size>
<width>16777215</width>
<height>150</height>
<height>100</height>
</size>
</property>
<property name="viewMode">
@ -118,7 +118,14 @@
</widget>
</item>
<item>
<widget class="ColumnDropCSVView" name="tableView"/>
<widget class="ColumnDropCSVView" name="tableView">
<property name="maximumSize">
<size>
<width>16777215</width>
<height>200</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">