Skip to content
Snippets Groups Projects
Commit 252b5d41 authored by Bruce Cowan's avatar Bruce Cowan :airplane:
Browse files

Add padding to the primary menu

parent 18262863
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,10 @@
<object class="GtkGrid">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="margin_start">6</property>
<property name="margin_end">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<child>
<object class="GtkModelButton">
<property name="visible">True</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment