[shotwell/wip/phako/dark: 13/16] Improve toolbar spacing for single image view



commit 54c85b4955700805c554baa3eb7447886a420c6a
Author: Jens Georg <mail jensge org>
Date:   Thu Apr 12 22:08:34 2018 +0200

    Improve toolbar spacing for single image view

 src/PhotoPage.vala |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/PhotoPage.vala b/src/PhotoPage.vala
index 61ca948..32b4c4c 100644
--- a/src/PhotoPage.vala
+++ b/src/PhotoPage.vala
@@ -532,6 +532,10 @@ public abstract class EditingHostPage : SinglePhotoPage {
 
         toolbar.insert(group_wrapper, -1);
 
+        separator = new Gtk.SeparatorToolItem();
+        separator.set_draw(false);
+        toolbar.insert(separator, -1);
+
         // previous button
         prev_button.set_tooltip_text(_("Previous photo"));
         prev_button.set_icon_name("go-previous-symbolic");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]