[pitivi] mainwindow: Do not expand the tabs and viewer vertically



commit fa5101a172dccb6f04a09e69ad1583016d2a1551
Author: Alexandru Băluț <alexandru balut gmail com>
Date:   Thu Oct 22 16:20:28 2015 +0200

    mainwindow: Do not expand the tabs and viewer vertically
    
    Prefer the timeline to expand.
    
    Differential Revision: https://phabricator.freedesktop.org/D429

 pitivi/mainwindow.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 0283eb2..f47393e 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -291,7 +291,7 @@ class PitiviMainWindow(Gtk.ApplicationWindow, Loggable):
         self.vpaned = Gtk.VPaned()  # Separates the timeline from tabs+viewer
         self.mainhpaned = Gtk.HPaned()  # Separates the viewer from tabs
         self.secondhpaned = Gtk.HPaned()  # Separates the two sets of tabs
-        self.vpaned.pack1(self.mainhpaned, resize=True, shrink=False)
+        self.vpaned.pack1(self.mainhpaned, resize=False, shrink=False)
         self.mainhpaned.pack1(self.secondhpaned, resize=True, shrink=False)
         self.add(self.vpaned)
         self.vpaned.show()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]