[gnome-boxes] wizard-window: Request size 1024x768



commit 2e36911106e3117191a17eb9d446185c7215a1dd
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Dec 5 21:45:45 2014 +0000

    wizard-window: Request size 1024x768
    
    The wizard window is currently very small and it looks ugly,
    especially now with FileChooser view in it. Lets give it a decent size.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=741046

 data/ui/wizard-window.ui |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/wizard-window.ui b/data/ui/wizard-window.ui
index 6fec5ba..2dc6628 100644
--- a/data/ui/wizard-window.ui
+++ b/data/ui/wizard-window.ui
@@ -25,6 +25,8 @@
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="type-hint">dialog</property>
+    <property name="width-request">1024</property>
+    <property name="height-request">768</property>
     <signal name="key-press-event" after="yes" handler="on_key_pressed"/>
     <signal name="delete-event" handler="on_delete_event"/>
 


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