[shotwell] extended: Remove box around multi-line text



commit 94fd263e31da34a88c9bd6dff0988df191d73150
Author: Jens Georg <mail jensge org>
Date:   Sun May 6 13:19:37 2018 +0200

    extended: Remove box around multi-line text

 src/Properties.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Properties.vala b/src/Properties.vala
index 1d7a987..038f043 100644
--- a/src/Properties.vala
+++ b/src/Properties.vala
@@ -22,7 +22,7 @@ private abstract class Properties : Gtk.Grid {
 
         if (multi_line) {
             Gtk.ScrolledWindow info_scroll = new Gtk.ScrolledWindow(null, null);
-            info_scroll.shadow_type = Gtk.ShadowType.ETCHED_IN;
+            info_scroll.shadow_type = Gtk.ShadowType.NONE;
             Gtk.TextView view = new Gtk.TextView();
             // by default TextView widgets have a white background, which
             // makes sense during editing. In this instance we only *show*


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