Skip to content

Commit

Permalink
PluginDialog: Give main content and header box more and consistent sp…
Browse files Browse the repository at this point in the history
…acing
  • Loading branch information
infirit committed Sep 9, 2023
1 parent 0048208 commit 9e48033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/ui/applet-plugins-widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="valign">start</property>
<property name="margin-start">6</property>
<property name="margin-start">10</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<child>
Expand Down Expand Up @@ -92,6 +92,7 @@
<object class="GtkScrolledWindow" id="main_scrolled_window">
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="margin-start">10</property>
<property name="margin-end">6</property>
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
Expand Down

0 comments on commit 9e48033

Please sign in to comment.