Skip to content

Commit

Permalink
reduced spacing in notebook page buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilcardella committed Jan 25, 2020
1 parent aaf1505 commit a90f568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/UI/assets/gtk/notebook_page_layout.glade
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">10</property>
<property name="padding">3</property>
<property name="position">0</property>
</packing>
</child>
Expand All @@ -89,7 +89,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">10</property>
<property name="padding">3</property>
<property name="position">1</property>
</packing>
</child>
Expand All @@ -105,7 +105,7 @@
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="padding">10</property>
<property name="padding">3</property>
<property name="position">2</property>
</packing>
</child>
Expand Down

0 comments on commit a90f568

Please sign in to comment.