Skip to content

Commit

Permalink
[ui] add consistent spacing in the symbol list widget (#5987)
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored Jan 4, 2018
1 parent d09f3f8 commit d4447e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/symbollayer/widget_symbolslist.ui
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="spacing">
<number>3</number>
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label">
Expand Down Expand Up @@ -118,6 +118,9 @@
<property name="topMargin">
<number>2</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<item>
<widget class="QLabel" name="lblSymbolName">
<property name="text">
Expand Down

0 comments on commit d4447e2

Please sign in to comment.