Skip to content

Commit

Permalink
dialog formatting fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9646 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
borysiasty committed Nov 16, 2008
1 parent 5a86f46 commit fc69da7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/plugins/dxf2shp_converter/dxf2shpconvertergui.ui
Expand Up @@ -5,20 +5,20 @@
<rect>
<x>0</x>
<y>0</y>
<width>453</width>
<height>221</height>
<width>500</width>
<height>220</height>
</rect>
</property>
<property name="minimumSize" >
<size>
<width>100</width>
<height>100</height>
<width>350</width>
<height>220</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>472</width>
<height>373</height>
<width>500</width>
<height>300</height>
</size>
</property>
<property name="windowTitle" >
Expand Down Expand Up @@ -68,15 +68,15 @@ p, li { white-space: pre-wrap; }
<item row="2" column="0" colspan="4" >
<widget class="QGroupBox" name="groupBox" >
<property name="sizePolicy" >
<sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
<sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>0</width>
<height>80</height>
<height>50</height>
</size>
</property>
<property name="title" >
Expand Down

0 comments on commit fc69da7

Please sign in to comment.