Skip to content

Commit

Permalink
Merge pull request f4exb#2148 from dforsi/fix/layout
Browse files Browse the repository at this point in the history
Remove extra margins from some dialogs
  • Loading branch information
f4exb authored Jun 3, 2024
2 parents ade3eed + 4c32c19 commit 59fa653
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdrgui/gui/configurationsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@
<item>
<widget class="QWidget" name="widget" native="true">
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<widget class="QLabel" name="description">
<property name="text">
Expand Down
12 changes: 12 additions & 0 deletions sdrgui/gui/featurepresetsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<widget class="QTreeWidget" name="presetsTree">
<property name="indentation">
Expand Down
12 changes: 12 additions & 0 deletions sdrgui/gui/pluginpresetsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,18 @@
</sizepolicy>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<widget class="QTreeWidget" name="presetsTree">
<property name="indentation">
Expand Down

0 comments on commit 59fa653

Please sign in to comment.