Skip to content

Commit

Permalink
Fix alignment of buttons in vector layer load style dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 7, 2020
1 parent c359c9e commit ff883e0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/ui/qgsvectorlayerloadstyledialog.ui
Expand Up @@ -143,20 +143,7 @@
</layout>
</widget>
</item>
<item row="5" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="5" column="1">
<item row="5" column="0" colspan="2">
<widget class="QDialogButtonBox" name="mButtonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Close|QDialogButtonBox::Help|QDialogButtonBox::Open</set>
Expand Down

0 comments on commit ff883e0

Please sign in to comment.