[transmageddon] Make window non-resizable, this fixes issue of interface not contracting when going from a multistre



commit ff4f68a528640615d54bbc4f4333a9032b3d51ba
Author: Christian Fredrik Kalager Schaller <uraeus linuxrising org>
Date:   Tue Sep 3 10:44:42 2013 +0200

    Make window non-resizable, this fixes issue of interface not contracting
    when going from a multistream file to a single stream file for instance.

 src/transmageddon.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/transmageddon.py b/src/transmageddon.py
index 96b3753..d86b042 100644
--- a/src/transmageddon.py
+++ b/src/transmageddon.py
@@ -151,6 +151,7 @@ class Transmageddon(Gtk.Application):
    def do_activate(self):
        self.win = TransmageddonUI(self)
        self.win.set_title("Transmageddon")
+       self.win.set_resizable(False)
          
        self.win.show_all()
 


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