Skip to content

Commit

Permalink
margins, search box placement
Browse files Browse the repository at this point in the history
  • Loading branch information
jitender.singh committed Jul 12, 2021
1 parent 14710a0 commit 7731700
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions ui/views/content.ui
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="accessibleName">
<string notr="true"/>
</property>
<property name="accessibleDescription">
<string notr="true"/>
</property>
<widget class="QWidget" name="layoutWidget">
<property name="geometry">
<rect>
Expand All @@ -29,6 +35,18 @@
<property name="sizeConstraint">
<enum>QLayout::SetNoConstraint</enum>
</property>
<property name="leftMargin">
<number>5</number>
</property>
<property name="topMargin">
<number>5</number>
</property>
<property name="rightMargin">
<number>5</number>
</property>
<property name="bottomMargin">
<number>5</number>
</property>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
Expand Down Expand Up @@ -57,6 +75,12 @@
<height>0</height>
</size>
</property>
<property name="accessibleName">
<string notr="true"/>
</property>
<property name="accessibleDescription">
<string notr="true"/>
</property>
<property name="placeholderText">
<string>Search...</string>
</property>
Expand Down Expand Up @@ -166,6 +190,15 @@
<height>100</height>
</size>
</property>
<property name="acceptDrops">
<bool>false</bool>
</property>
<property name="accessibleName">
<string notr="true"/>
</property>
<property name="accessibleDescription">
<string notr="true"/>
</property>
</widget>
</widget>
</item>
Expand Down

0 comments on commit 7731700

Please sign in to comment.