Skip to content

Commit

Permalink
Remove some superfluous empty vertical space from browser dock widget
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Sep 6, 2014
1 parent 07f1f4a commit f17b600
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions src/ui/qgsbrowserdockwidgetbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>216</width> <width>216</width>
<height>115</height> <height>121</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
Expand All @@ -21,22 +21,6 @@
<property name="margin"> <property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<item>
<spacer name="mTopSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>1</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item> <item>
<layout class="QHBoxLayout" name="mLayoutHeader"> <layout class="QHBoxLayout" name="mLayoutHeader">
<property name="spacing"> <property name="spacing">
Expand Down

0 comments on commit f17b600

Please sign in to comment.