Skip to content

Commit

Permalink
Tileset Label Alignment (#159)
Browse files Browse the repository at this point in the history
Use left alignment for background frame's tileset property labels. Left alignment is easier to scan for specific fields by name in non-sequential forms.
  • Loading branch information
RobertBColton authored Dec 29, 2020
1 parent 8c0bf85 commit d9f0890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editors/BackgroundEditor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<property name="labelAlignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name="horizontalSpacing">
<number>4</number>
Expand Down

0 comments on commit d9f0890

Please sign in to comment.