Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set horizontal stretch for content in splitter widgets
  • Loading branch information
etiennesky committed Sep 25, 2012
1 parent 4247440 commit cf398ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ui/qgscptcitycolorrampv2dialogbase.ui
Expand Up @@ -66,7 +66,7 @@
<widget class="QWidget" name="widget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Expand Down
2 changes: 1 addition & 1 deletion src/ui/qgsstylev2managerdialogbase.ui
Expand Up @@ -117,7 +117,7 @@ QMenu::item:selected { background-color: gray; } */
<widget class="QWidget" name="widget_2" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<horstretch>1</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
Expand Down

0 comments on commit cf398ca

Please sign in to comment.