Skip to content

Commit

Permalink
Standard grid gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
rdbende committed Dec 9, 2023
1 parent 59fa533 commit 464ed88
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
4 changes: 0 additions & 4 deletions data/ui/book_element.ui
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
<object class="GtkBox" id="container_box">
<property name="focusable">true</property>
<property name="tooltip-text" translatable="true">Open book overview</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">12</property>
<property name="margin-bottom">12</property>
<property name="orientation">vertical</property>
<property name="spacing">1</property>
<property name="valign">start</property>
Expand Down
14 changes: 7 additions & 7 deletions data/ui/main_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -154,15 +154,15 @@
<property name="hscroll-policy">minimum</property>
<property name="child">
<object class="GtkFlowBox" id="book_box">
<property name="margin-top">6</property>
<property name="margin-bottom">6</property>
<property name="margin-start">6</property>
<property name="margin-end">6</property>
<property name="margin-top">18</property>
<property name="margin-bottom">18</property>
<property name="margin-start">18</property>
<property name="margin-end">18</property>
<property name="hexpand">true</property>
<property name="vexpand">true</property>
<property name="valign">start</property>
<property name="homogeneous">true</property>
<property name="column-spacing">6</property>
<property name="row-spacing">3</property>
<property name="column-spacing">18</property>
<property name="row-spacing">18</property>
<property name="min-children-per-line">1</property>
<property name="max-children-per-line">10</property>
<property name="selection-mode">none</property>
Expand Down

0 comments on commit 464ed88

Please sign in to comment.