Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Prevent long wms status messages from causing the wms select dialog
box to expand horizontally


git-svn-id: http://svn.osgeo.org/qgis/trunk@5367 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 24, 2006
1 parent a50e1dc commit 741601f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsserversourceselectbase.ui
Expand Up @@ -250,7 +250,7 @@
<widget class="QLabel" name="labelStatus" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<hsizetype>13</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
Expand All @@ -259,6 +259,9 @@
<property name="text" >
<string>Ready</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item row="3" column="0" colspan="4" >
Expand Down

0 comments on commit 741601f

Please sign in to comment.