Skip to content

Commit

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


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5367 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Apr 24, 2006
1 parent 4f4bc98 commit 4aa91b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgsserversourceselectbase.ui
Original file line number Diff line number Diff line change
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 4aa91b8

Please sign in to comment.