[gnome-clocks] Small cleanup, I didn't see this in last patch
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Small cleanup, I didn't see this in last patch
- Date: Sun, 6 Jan 2013 18:50:38 +0000 (UTC)
commit fe78653de7f31d071aac9e07bb2f6b507058ae7f
Author: Paolo Borelli <pborelli gnome org>
Date: Sun Jan 6 19:49:55 2013 +0100
Small cleanup, I didn't see this in last patch
gnomeclocks/clocks.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gnomeclocks/clocks.py b/gnomeclocks/clocks.py
index 84c500e..cfe5874 100644
--- a/gnomeclocks/clocks.py
+++ b/gnomeclocks/clocks.py
@@ -21,13 +21,12 @@ from gi.repository import Gtk
class Clock(Gtk.Notebook):
def __init__(self, label, toolbar, embed):
- Gtk.Notebook.__init__(self, show_tabs=False, show_border=False)
+ Gtk.Notebook.__init__(self, show_tabs=False, show_border=True)
self.show()
self.label = label
self._embed = embed
self._toolbar = toolbar
- self.set_show_border(True)
self.get_style_context().add_class('clocks-content-view')
self.get_style_context().add_class('view')
self.get_style_context().add_class('content-view')
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]