[pitivi: 9/10] Set a default size for the detachable source list window.
- From: Edward Hervey <edwardrv src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pitivi: 9/10] Set a default size for the detachable source list window.
- Date: Fri, 5 Mar 2010 08:00:43 +0000 (UTC)
commit 6beecf5744cabb87efb284aa9afa49465d7c42f3
Author: Alessandro Decina <alessandro d gmail com>
Date: Fri Mar 5 02:23:47 2010 +0100
Set a default size for the detachable source list window.
pitivi/ui/projecttabs.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/projecttabs.py b/pitivi/ui/projecttabs.py
index 7f1da6e..8113656 100644
--- a/pitivi/ui/projecttabs.py
+++ b/pitivi/ui/projecttabs.py
@@ -61,6 +61,7 @@ class ProjectTabs(gtk.Notebook):
label = self.child_get_property(child, "tab-label")
window = gtk.Window()
window.set_title(label)
+ window.set_default_size(600, 400)
window.connect("destroy", self._detachedComponentWindowDestroyCb,
child, original_position, label)
notebook = gtk.Notebook()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]