Skip to content

Commit

Permalink
Merge pull request #821 from rdbende/gaps
Browse files Browse the repository at this point in the history
Use uniform gaps in book grid
  • Loading branch information
geigi authored Feb 3, 2024
2 parents 699c10c + bbf2fc9 commit 8f0b6bf
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 @@ -156,15 +156,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 8f0b6bf

Please sign in to comment.