Skip to content

Commit

Permalink
UI
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jan 13, 2023
1 parent 7a3abbd commit 788c664
Showing 1 changed file with 21 additions and 15 deletions.
36 changes: 21 additions & 15 deletions src/ui/qgsvectorlayersavestyledialog.ui
Expand Up @@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>491</width>
<width>492</width>
<height>728</height>
</rect>
</property>
Expand Down Expand Up @@ -43,7 +43,26 @@
</item>
<item row="2" column="0" colspan="2">
<widget class="QWidget" name="mSaveToSldWidget" native="true">
<layout class="QGridLayout" name="gridLayout_2">
<layout class="QFormLayout" name="formLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>SLD Options</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QCheckBox" name="mSldExportPng">
<property name="toolTip">
Expand All @@ -54,19 +73,6 @@
</property>
</widget>
</item>
<item row="0" 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>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 788c664

Please sign in to comment.