[rhythmbox] Remove python console border
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] Remove python console border
- Date: Sat, 14 Mar 2015 09:18:51 +0000 (UTC)
commit 0abbbda8df597dbd11b1dd7bdca01c67fca1a17b
Author: Trinh Anh Ngoc <atw1990 gmail com>
Date: Thu Jan 29 11:26:47 2015 +0700
Remove python console border
plugins/pythonconsole/pythonconsole.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/pythonconsole/pythonconsole.py b/plugins/pythonconsole/pythonconsole.py
index 5ade683..7d858bb 100644
--- a/plugins/pythonconsole/pythonconsole.py
+++ b/plugins/pythonconsole/pythonconsole.py
@@ -150,7 +150,7 @@ class PythonConsole(Gtk.ScrolledWindow):
Gtk.ScrolledWindow.__init__(self)
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.view.modify_font(Pango.font_description_from_string('Monospace'))
self.view.set_editable(True)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]