Skip to content

Commit

Permalink
move line edit to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 19, 2021
1 parent d941b52 commit 411ac0e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/ui/symbollayer/widget_svgselector.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>331</width>
<height>490</height>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -38,6 +38,9 @@
<string>SVG browser</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<property name="verticalSpacing">
<number>3</number>
</property>
<item row="1" column="0">
<widget class="QSplitter" name="splitter">
<property name="orientation">
Expand Down Expand Up @@ -129,7 +132,7 @@
</widget>
</widget>
</item>
<item row="0" column="0">
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer_2">
Expand Down

0 comments on commit 411ac0e

Please sign in to comment.