[pitivi] ui.timeline.py: set a contrasting inward bevel on the canvas
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi] ui.timeline.py: set a contrasting inward bevel on the canvas
- Date: Wed, 30 Sep 2009 09:24:02 +0000 (UTC)
commit 01831b525ab8d0da222c139717f64e3ba01714b5
Author: Brandon Lewis <brandon_lewis berkeley edu>
Date: Thu Sep 24 12:04:26 2009 -0700
ui.timeline.py: set a contrasting inward bevel on the canvas
pitivi/ui/timeline.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/timeline.py b/pitivi/ui/timeline.py
index 5ee7a42..5021ee3 100644
--- a/pitivi/ui/timeline.py
+++ b/pitivi/ui/timeline.py
@@ -171,6 +171,7 @@ class Timeline(gtk.Table, Loggable, Zoomable):
timelinewindow = gtk.ScrolledWindow(self.hadj, self.vadj)
timelinewindow.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
timelinewindow.add(self._canvas)
+ timelinewindow.set_shadow_type(gtk.SHADOW_IN)
#FIXME: remove padding between scrollbar and scrolled window
self.attach(timelinewindow, 1, 2, 1, 2)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]