[gnome-boxes/wip/wizard-n-props-in-win: 5/19] wizard: Make review page fit in smaller space



commit 1a6aaf93c2c599cb7882d0ba2deb46389d5fc35a
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date:   Fri Nov 21 17:43:07 2014 +0000

    wizard: Make review page fit in smaller space
    
    One of the points of putting the wizard into a separate window is that
    it would then take less screen space. Without these adjustments, wizard
    takes a lot of horizontal space.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=733367

 data/ui/wizard.ui |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/wizard.ui b/data/ui/wizard.ui
index f46b11a..94c94f9 100644
--- a/data/ui/wizard.ui
+++ b/data/ui/wizard.ui
@@ -297,8 +297,6 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
             <property name="spacing">0</property>
-            <property name="margin-start">10</property>
-            <property name="margin-end">10</property>
             <style>
               <class name="content-bg"/>
             </style>
@@ -319,13 +317,15 @@ You may connect to an existing machine &lt;b&gt;&lt;i&gt;over the network&lt;/i&
                         <property name="visible">True</property>
                         <property name="icon-name">dialog-warning</property>
                         <property name="icon-size">3</property>
+                        <property name="pixel-size">48</property>
                       </object>
                     </child>
 
                     <child>
                       <object class="GtkLabel" id="nokvm_label">
                         <property name="visible">True</property>
-                        <property name="label" translatable="yes">Virtualization extensions are unavailable 
on your system. If your system is recent (post 2008), check your BIOS settings to enable them.</property>
+                        <property name="label" translatable="yes">Virtualization extensions are unavailable 
on your system.
+Check your BIOS settings to enable them.</property>
                         <property name="wrap">True</property>
                         <property name="halign">start</property>
                         <property name="hexpand">True</property>


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