Skip to content

Commit

Permalink
ui: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Dec 13, 2021
1 parent 52f8e45 commit 6dcebef
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions resources/ui/settingspanel.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,30 @@
<class name="background" />
</style>
<child>
<object class="AdwClamp">
<property name="maximum-size">800</property>
<property name="tightening-threshold">700</property>
<property name="hexpand">false</property>
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
<property name="hexpand">true</property>
<property name="vexpand">true</property>
<property name="valign">fill</property>
<property name="halign">fill</property>
<property name="child">
<object class="GtkScrolledWindow">
<property name="hscrollbar-policy">never</property>
<property name="hexpand">true</property>
<property name="valign">fill</property>
<property name="propagate-natural-width">false</property>
<property name="propagate-natural-height">false</property>
<child>
<object class="AdwClamp">
<property name="margin-top">32</property>
<property name="margin-bottom">24</property>
<property name="margin-start">24</property>
<property name="margin-end">24</property>
<property name="maximum-size">800</property>
<property name="tightening-threshold">700</property>
<property name="hexpand">false</property>
<property name="vexpand">true</property>
<property name="halign">fill</property>
<property name="valign">fill</property>
<property name="propagate-natural-width">false</property>
<property name="propagate-natural-height">false</property>
<child>
<property name="halign">fill</property>
<property name="child">
<object class="GtkBox">
<property name="orientation">vertical</property>
<property name="spacing">32</property>
<property name="margin-top">32</property>
<property name="margin-bottom">24</property>
<property name="margin-start">24</property>
<property name="margin-end">24</property>
<!-- General Group -->
<child>
<object class="AdwPreferencesGroup">
Expand Down Expand Up @@ -281,9 +281,9 @@
</object>
</child>
</object>
</child>
</property>
</object>
</property>
</child>
</object>
</child>
</template>
Expand Down

0 comments on commit 6dcebef

Please sign in to comment.