[pitivi] viewer: Add spacing around the play buttons
- From: Mathieu Duponchelle <mathieudu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi] viewer: Add spacing around the play buttons
- Date: Tue, 4 Feb 2014 21:54:49 +0000 (UTC)
commit 1c0181be46aabc3582f4beacbbaafac7f2f8d077
Author: Alexandru Băluț <alexandru balut gmail com>
Date: Sun Jan 12 15:20:15 2014 +0100
viewer: Add spacing around the play buttons
pitivi/viewer.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/viewer.py b/pitivi/viewer.py
index faccc7d..f7bd4ea 100644
--- a/pitivi/viewer.py
+++ b/pitivi/viewer.py
@@ -214,7 +214,7 @@ class PitiviViewer(Gtk.VBox, Loggable):
bbox = Gtk.HBox()
boxalign = Gtk.Alignment(xalign=0.5, yalign=0.5, xscale=0.0, yscale=0.0)
boxalign.add(bbox)
- self.pack_start(boxalign, False, True, 0)
+ self.pack_start(boxalign, False, True, SPACING)
self.goToStart_button = Gtk.ToolButton()
self.goToStart_button.set_icon_name("media-skip-backward")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]