[gnome-initial-setup] eula: Add a title to the EULA page



commit 31fab11e288d9248333af95dce342d01f1790782
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Jan 24 16:27:31 2013 -0500

    eula: Add a title to the EULA page

 gnome-initial-setup/pages/eulas/gis-eula-page.ui |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)
---
diff --git a/gnome-initial-setup/pages/eulas/gis-eula-page.ui b/gnome-initial-setup/pages/eulas/gis-eula-page.ui
index e860f82..e767e11 100644
--- a/gnome-initial-setup/pages/eulas/gis-eula-page.ui
+++ b/gnome-initial-setup/pages/eulas/gis-eula-page.ui
@@ -8,6 +8,26 @@
     <property name="margin_left">80</property>
     <property name="margin_right">80</property>
     <child>
+      <object class="GtkLabel" id="eula-title">
+        <property name="visible">True</property>
+        <property name="can_focus">False</property>
+        <property name="halign">start</property>
+        <property name="valign">start</property>
+        <property name="margin_bottom">18</property>
+        <property name="label" translatable="yes">License Agreements</property>
+        <attributes>
+          <attribute name="weight" value="bold"/>
+          <attribute name="scale" value="1.2"/>
+        </attributes>
+      </object>
+      <packing>
+        <property name="left_attach">0</property>
+        <property name="top_attach">0</property>
+        <property name="width">1</property>
+        <property name="height">1</property>
+      </packing>
+    </child>
+    <child>
       <object class="GtkBox" id="vbox">
         <property name="visible">True</property>
         <property name="orientation">vertical</property>
@@ -34,7 +54,7 @@
       </object>
       <packing>
         <property name="left_attach">0</property>
-        <property name="top_attach">0</property>
+        <property name="top_attach">1</property>
         <property name="width">1</property>
         <property name="height">1</property>
       </packing>



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