Skip to content

Commit

Permalink
Adjusted widget widths to prevent truncation of device, port, and fea…
Browse files Browse the repository at this point in the history
…ture drop-down text

git-svn-id: http://svn.osgeo.org/qgis/trunk@6936 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed May 8, 2007
1 parent f47b0cb commit 94819b3
Showing 1 changed file with 57 additions and 9 deletions.
66 changes: 57 additions & 9 deletions src/plugins/gps_importer/qgsgpspluginguibase.ui
Expand Up @@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>694</width>
<height>399</height>
<width>691</width>
<height>406</height>
</rect>
</property>
<property name="windowTitle" >
Expand Down Expand Up @@ -51,7 +51,7 @@
<item row="0" column="2" >
<widget class="QTabWidget" name="tabWidget" >
<property name="currentIndex" >
<number>2</number>
<number>0</number>
</property>
<widget class="QWidget" name="tab1" >
<attribute name="title" >
Expand Down Expand Up @@ -230,7 +230,14 @@ p, li { white-space: pre-wrap; }
</spacer>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="cmbIMPFeature" />
<widget class="QComboBox" name="cmbIMPFeature" >
<property name="minimumSize" >
<size>
<width>90</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="textLabel2_3" >
Expand Down Expand Up @@ -281,10 +288,23 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="1" column="4" >
<widget class="QComboBox" name="cmbDLPort" />
<widget class="QComboBox" name="cmbDLPort" >
<property name="minimumSize" >
<size>
<width>90</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="2" column="4" >
<widget class="QComboBox" name="cmbDLFeatureType" >
<property name="minimumSize" >
<size>
<width>100</width>
<height>0</height>
</size>
</property>
<item>
<property name="text" >
<string>Waypoints</string>
Expand Down Expand Up @@ -376,7 +396,14 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="cmbDLDevice" />
<widget class="QComboBox" name="cmbDLDevice" >
<property name="minimumSize" >
<size>
<width>120</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QPushButton" name="pbDLEditDevices" >
Expand Down Expand Up @@ -436,7 +463,14 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="2" column="1" >
<widget class="QComboBox" name="cmbULPort" />
<widget class="QComboBox" name="cmbULPort" >
<property name="minimumSize" >
<size>
<width>100</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="textLabel3" >
Expand All @@ -446,10 +480,24 @@ p, li { white-space: pre-wrap; }
</widget>
</item>
<item row="1" column="4" >
<widget class="QComboBox" name="cmbULDevice" />
<widget class="QComboBox" name="cmbULDevice" >
<property name="minimumSize" >
<size>
<width>120</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QComboBox" name="cmbULLayer" />
<widget class="QComboBox" name="cmbULLayer" >
<property name="minimumSize" >
<size>
<width>90</width>
<height>0</height>
</size>
</property>
</widget>
</item>
<item row="2" column="4" >
<widget class="QPushButton" name="pbULEditDevices" >
Expand Down

0 comments on commit 94819b3

Please sign in to comment.