Skip to content

Commit

Permalink
real width
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5469 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed May 18, 2006
1 parent ee7fda7 commit d6ace68
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions src/ui/qgscomposerscalebarbase.ui
Expand Up @@ -25,7 +25,7 @@
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>10</number>
<number>9</number>
</property>
<property name="spacing" >
<number>6</number>
Expand Down Expand Up @@ -141,7 +141,25 @@
</widget>
</item>
<item>
<widget class="QSpinBox" name="mLineWidthSpinBox" />
<widget class="QDoubleSpinBox" name="mLineWidthSpinBox" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimum" >
<double>0.01</double>
</property>
<property name="singleStep" >
<double>0.1</double>
</property>
<property name="value" >
<double>0.2</double>
</property>
</widget>
</item>
<item>
<spacer>
Expand Down Expand Up @@ -170,7 +188,6 @@
<tabstop>mUnitLabelLineEdit</tabstop>
<tabstop>mMapComboBox</tabstop>
<tabstop>mFontButton</tabstop>
<tabstop>mLineWidthSpinBox</tabstop>
</tabstops>
<resources/>
<connections/>
Expand Down

0 comments on commit d6ace68

Please sign in to comment.