[SCM] GUI front-end for Debian Live. branch, master, updated. 72023d3200637edc6b81b8cc8d240b376a0d14df
Chris Lamb
chris at chris-lamb.co.uk
Wed Jul 9 23:14:02 UTC 2008
The following commit has been merged in the master branch:
commit 72023d3200637edc6b81b8cc8d240b376a0d14df
Author: Chris Lamb <chris at chris-lamb.co.uk>
Date: Thu Jul 10 00:13:47 2008 +0100
Center wizard in middle of screen.
Signed-off-by: Chris Lamb <chris at chris-lamb.co.uk>
diff --git a/LiveMagic/views/wizard.py b/LiveMagic/views/wizard.py
index 0ae89ef..d6cfdd6 100644
--- a/LiveMagic/views/wizard.py
+++ b/LiveMagic/views/wizard.py
@@ -6,6 +6,7 @@ class WizardView(object):
self.asst.set_title('Debian Live Magic')
self.asst.set_default_size(640, 480)
self.asst.set_type_hint(gtk.gdk.WINDOW_TYPE_HINT_MENU)
+ self.asst.set_position(gtk.WIN_POS_CENTER)
self.asst.connect('apply', self.controller.on_wizard_apply)
self.asst.connect('cancel', self.controller.on_wizard_cancel)
--
GUI front-end for Debian Live.
More information about the debian-live-changes
mailing list