[pitivi] Remove border and spacing from the viewer.
- From: Edward Hervey <edwardrv src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pitivi] Remove border and spacing from the viewer.
- Date: Thu, 20 Aug 2009 08:00:25 +0000 (UTC)
commit 9b7e6dcce5645fe4ed4028388483384487e783d6
Author: Alessandro Decina <alessandro d gmail com>
Date: Wed Aug 19 15:31:50 2009 +0200
Remove border and spacing from the viewer.
Die dead space die!
pitivi/ui/viewer.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/pitivi/ui/viewer.py b/pitivi/ui/viewer.py
index 0604f71..4f7fe75 100644
--- a/pitivi/ui/viewer.py
+++ b/pitivi/ui/viewer.py
@@ -206,9 +206,6 @@ class PitiviViewer(gtk.VBox, Loggable):
def _createUi(self):
""" Creates the Viewer GUI """
- self.set_border_width(5)
- self.set_spacing(5)
-
# drawing area
self.aframe = gtk.AspectFrame(xalign=0.5, yalign=0.5, ratio=4.0/3.0,
obey_child=False)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]