[pitivi] Set the alignment of timeline controls.
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi] Set the alignment of timeline controls.
- Date: Fri, 31 Jul 2009 08:32:32 +0000 (UTC)
commit dc8aeecf07b66b664ea23d42b482d68cae2290c7
Author: Alessandro Decina <alessandro d gmail com>
Date: Wed Jul 29 16:44:40 2009 +0200
Set the alignment of timeline controls.
pitivi/ui/timelinecontrols.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/timelinecontrols.py b/pitivi/ui/timelinecontrols.py
index f2425f4..7246109 100644
--- a/pitivi/ui/timelinecontrols.py
+++ b/pitivi/ui/timelinecontrols.py
@@ -21,6 +21,7 @@ class TrackControls(gtk.Label):
def __init__(self, track):
gtk.Label.__init__(self)
+ self.set_alignment(0.5, 0)
self.set_markup(track_name(track))
self.track = track
self.set_size_request(TRACK_CONTROL_WIDTH, LAYER_HEIGHT_EXPANDED)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]