Skip to content

Commit

Permalink
fix vertical spacer in SVG selector
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 21, 2020
1 parent f31b955 commit 454a095
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions src/ui/symbollayer/widget_svgselector.ui
Expand Up @@ -26,13 +26,6 @@
<property name="bottomMargin">
<number>0</number>
</property>
<item row="3" column="0" colspan="2">
<widget class="QgsSvgSourceLineEdit" name="mSvgSourceLineEdit" native="true">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QgsCollapsibleGroupBox" name="groupBox">
<property name="sizePolicy">
Expand All @@ -50,7 +43,7 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="">
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="mGroupsLabel">
Expand All @@ -77,7 +70,7 @@
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="mImagesLabel">
Expand Down Expand Up @@ -139,7 +132,20 @@
</layout>
</widget>
</item>
<item row="2" column="0">
<item row="2" column="0" colspan="2">
<widget class="QgsSvgSourceLineEdit" name="mSvgSourceLineEdit" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>20</height>
</size>
</property>
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item row="3" column="0" colspan="2">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
Expand Down

0 comments on commit 454a095

Please sign in to comment.