Skip to content

Commit

Permalink
fix wrong margins in network bandwidth settings
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Aug 29, 2024
1 parent 3ca6c17 commit f240fd8
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions src/gui/networksettings.ui
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,10 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="topMargin">
<number>9</number>
<number>11</number>
</property>
<property name="bottomMargin">
<number>0</number>
<number>11</number>
</property>
<item>
<widget class="QLabel" name="label_2">
Expand Down Expand Up @@ -387,19 +387,6 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
Expand All @@ -422,10 +409,10 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="topMargin">
<number>9</number>
<number>11</number>
</property>
<property name="bottomMargin">
<number>0</number>
<number>11</number>
</property>
<item>
<widget class="QLabel" name="label_4">
Expand Down Expand Up @@ -509,24 +496,10 @@
</item>
</layout>
</item>
<item>
<spacer name="verticalSpacer_3">
<property name="orientation">
<enum>Qt::Orientation::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
<zorder>autoUploadLimitRadioButton</zorder>
<zorder>uploadLimitRadioButton</zorder>
<zorder>noUploadLimitRadioButton</zorder>
<zorder>verticalSpacer_3</zorder>
<zorder>globalUploadSettingsRadioButton</zorder>
<zorder>label_4</zorder>
</widget>
Expand Down

0 comments on commit f240fd8

Please sign in to comment.