[gedit] pythonconsole: remove shadow



commit 5ee2159eac2da211ea5f72e5223c787202cb3242
Author: Ignacio Casal Quinteiro <ignacio casal nice-software com>
Date:   Thu Oct 17 14:54:57 2013 +0200

    pythonconsole: remove shadow

 plugins/pythonconsole/pythonconsole/console.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/pythonconsole/pythonconsole/console.py b/plugins/pythonconsole/pythonconsole/console.py
index f6540d2..5ba96a5 100644
--- a/plugins/pythonconsole/pythonconsole/console.py
+++ b/plugins/pythonconsole/pythonconsole/console.py
@@ -61,7 +61,7 @@ class PythonConsole(Gtk.ScrolledWindow):
         self._profile_settings.connect("changed", self.on_settings_changed)
 
         self.set_policy(Gtk.PolicyType.NEVER, Gtk.PolicyType.AUTOMATIC)
-        self.set_shadow_type(Gtk.ShadowType.IN)
+        self.set_shadow_type(Gtk.ShadowType.NONE)
         self.view = Gtk.TextView()
         self.reconfigure()
         self.view.set_editable(True)


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