[shotwell/wip/phako/dark: 5/13] Improve toolbar spacing for single image view
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell/wip/phako/dark: 5/13] Improve toolbar spacing for single image view
- Date: Sun, 15 Apr 2018 18:30:22 +0000 (UTC)
commit 5cadff4af070abcdd6afe9a50c912563a12f0aab
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]