Skip to content

Commit

Permalink
minor changes: spacing between textedit and save button
Browse files Browse the repository at this point in the history
  • Loading branch information
SAMAD101 committed Mar 4, 2024
1 parent c5fc7c9 commit dae0ce1
Showing 1 changed file with 40 additions and 24 deletions.
64 changes: 40 additions & 24 deletions src/vorta/assets/UI/scriptedit.ui
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,40 @@
</property>
<item row="0" column="0">
<layout class="QGridLayout" name="gridLayout_2">
<item row="2" column="1">
<item row="3" 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="4" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Custom Pre/Post backup script:</string>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QPushButton" name="saveScriptButton">
<property name="text">
<string>Save</string>
Expand All @@ -38,39 +71,22 @@
</property>
</widget>
</item>
<item row="3" column="1">
<spacer name="verticalSpacer">
<item row="2" column="1">
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
<property name="sizeType">
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
<width>20</width>
<height>5</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Custom Pre/Post backup script:</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit dae0ce1

Please sign in to comment.