Skip to content

Commit

Permalink
minor layout tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Aug 27, 2023
1 parent f888b19 commit 3804435
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions btl/ui/library.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@
<string>Tool Library</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="topMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="QMenuBar" name="menubar">
<widget class="QMenu" name="menuEdit">
Expand Down Expand Up @@ -56,8 +62,11 @@
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QGridLayout" name="gridLayout">
<property name="verticalSpacing">
<number>3</number>
</property>
<item row="6" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1,0">
<layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,1,0">
<property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum>
</property>
Expand Down Expand Up @@ -89,19 +98,6 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>12</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="focusPolicy">
Expand Down

0 comments on commit 3804435

Please sign in to comment.