Skip to content

Commit

Permalink
Adjust search input margins
Browse files Browse the repository at this point in the history
  • Loading branch information
vifactor committed Sep 10, 2024
1 parent 3214a5c commit 79d581d
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions src/searchform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,30 @@
<rect>
<x>0</x>
<y>0</y>
<width>217</width>
<height>58</height>
<width>260</width>
<height>40</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QStackedWidget" name="stackedWidget">
<widget class="QWidget" name="page">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QComboBox" name="comboBox">
<property name="sizePolicy">
Expand All @@ -32,6 +44,12 @@
</widget>
<widget class="QWidget" name="page_2">
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QProgressBar" name="progressBar">
<property name="sizePolicy">
Expand Down

0 comments on commit 79d581d

Please sign in to comment.