[gnome-boxes] wizard-media-entry: Center labels



commit b092d7c0e5aacfec0d6a4677c9a23e2f41eca2e3
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Fri Sep 4 13:13:21 2015 +0200

    wizard-media-entry: Center labels
    
    By means of vertically aligning the title label at the bottom, the
    details label at the top and removing the spacing between them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754568

 data/ui/wizard-media-entry.ui |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/data/ui/wizard-media-entry.ui b/data/ui/wizard-media-entry.ui
index 456a45d..d8c5c0f 100644
--- a/data/ui/wizard-media-entry.ui
+++ b/data/ui/wizard-media-entry.ui
@@ -29,13 +29,14 @@
           <object class="GtkBox" id="vbox">
             <property name="visible">True</property>
             <property name="homogeneous">True</property>
-            <property name="spacing">5</property>
+            <property name="spacing">0</property>
             <property name="orientation">vertical</property>
             <child>
               <object class="GtkLabel" id="title_label">
                 <property name="visible">True</property>
                 <property name="ellipsize">end</property>
                 <property name="halign">start</property>
+                <property name="valign">end</property>
               </object>
               <packing>
                 <property name="expand">True</property>
@@ -47,6 +48,7 @@
                 <property name="visible">True</property>
                 <property name="ellipsize">end</property>
                 <property name="halign">start</property>
+                <property name="valign">start</property>
                 <property name="label" translatable="yes">Unknown media</property>
                 <style>
                   <class name="boxes-step-label"/>


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