[gnome-boxes/wip/feborges/new-wizard-design: 11/13] wizard-source: Move RHEL entry to "Download an OS" page



commit f80f694a92cfd826e9413b4d22d29c477fea939d
Author: Felipe Borges <felipeborges gnome org>
Date:   Tue Jan 16 15:57:07 2018 +0100

    wizard-source: Move RHEL entry to "Download an OS" page
    
    It is just a normal download but requires authentication in an
    webview.
    
    Fixes #42

 data/ui/wizard-source.ui | 144 +++++++++++++++++++++++------------------------
 1 file changed, 72 insertions(+), 72 deletions(-)
---
diff --git a/data/ui/wizard-source.ui b/data/ui/wizard-source.ui
index 3977bc67..e40794ea 100644
--- a/data/ui/wizard-source.ui
+++ b/data/ui/wizard-source.ui
@@ -52,78 +52,6 @@
           </object>
         </child>
 
-        <child>
-          <object class="GtkButton" id="install_rhel_button">
-            <property name="visible">True</property>
-            <signal name="clicked" handler="on_install_rhel_button_clicked"/>
-            <style>
-              <class name="boxes-menu-row"/>
-            </style>
-            <child>
-              <object class="GtkBox" id="install_rhel_hbox">
-                <property name="visible">True</property>
-                <property name="margin-start">15</property>
-                <property name="margin-end">15</property>
-                <property name="spacing">20</property>
-                <property name="orientation">horizontal</property>
-                <child>
-                  <object class="GtkImage" id="install_rhel_image">
-                    <property name="icon-size">0</property>
-                    <property name="no-show-all">True</property>
-                    <property name="pixel-size">64</property>
-                  </object>
-                  <packing>
-                    <property name="expand">False</property>
-                    <property name="fill">False</property>
-                  </packing>
-                </child>
-                <child>
-                  <object class="GtkBox" id="install_rhel_vbox">
-                    <property name="visible">True</property>
-                    <property name="homogeneous">True</property>
-                    <property name="orientation">vertical</property>
-                    <child>
-                      <object class="GtkLabel" id="install_rhel_label">
-                        <property name="visible">True</property>
-                        <property name="ellipsize">end</property>
-                        <property name="halign">start</property>
-                        <property name="valign">end</property>
-                        <property name="use-underline">True</property>
-                        <property name="label" translatable="yes">Red Hat Enterprise Linux</property>
-                      </object>
-                      <packing>
-                        <property name="expand">True</property>
-                        <property name="fill">True</property>
-                      </packing>
-                    </child>
-                    <child>
-                      <object class="GtkLabel" id="install_rhel_details_label">
-                        <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">Available with a free Red Hat developer 
account</property>
-                        <style>
-                          <class name="boxes-step-label"/>
-                          <class name="dim-label"/>
-                        </style>
-                      </object>
-                      <packing>
-                        <property name="expand">True</property>
-                        <property name="fill">True</property>
-                      </packing>
-                    </child>
-                  </object>
-                  <packing>
-                    <property name="expand">True</property>
-                    <property name="fill">True</property>
-                  </packing>
-                </child>
-              </object>
-            </child>
-          </object>
-        </child>
-
         <child>
           <object class="GtkBox">
             <property name="visible">True</property>
@@ -345,6 +273,78 @@
                 <property name="border-width">20</property>
                 <property name="margin-start">20</property>
                 <property name="margin-end">20</property>
+                <child>
+                  <object class="GtkButton" id="install_rhel_button">
+                    <property name="visible">True</property>
+                    <signal name="clicked" handler="on_install_rhel_button_clicked"/>
+                    <style>
+                      <class name="boxes-menu-row"/>
+                    </style>
+                    <child>
+                      <object class="GtkBox" id="install_rhel_hbox">
+                        <property name="visible">True</property>
+                        <property name="margin-start">15</property>
+                        <property name="margin-end">15</property>
+                        <property name="spacing">20</property>
+                        <property name="orientation">horizontal</property>
+                        <child>
+                          <object class="GtkImage" id="install_rhel_image">
+                            <property name="icon-size">0</property>
+                            <property name="no-show-all">True</property>
+                            <property name="pixel-size">64</property>
+                          </object>
+                          <packing>
+                            <property name="expand">False</property>
+                            <property name="fill">False</property>
+                          </packing>
+                        </child>
+                        <child>
+                          <object class="GtkBox" id="install_rhel_vbox">
+                            <property name="visible">True</property>
+                            <property name="homogeneous">True</property>
+                            <property name="orientation">vertical</property>
+                            <child>
+                              <object class="GtkLabel" id="install_rhel_label">
+                                <property name="visible">True</property>
+                                <property name="ellipsize">end</property>
+                                <property name="halign">start</property>
+                                <property name="valign">end</property>
+                                <property name="use-underline">True</property>
+                                <property name="label" translatable="yes">Red Hat Enterprise Linux</property>
+                              </object>
+                              <packing>
+                                <property name="expand">True</property>
+                                <property name="fill">True</property>
+                              </packing>
+                            </child>
+                            <child>
+                              <object class="GtkLabel" id="install_rhel_details_label">
+                                <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">Available with a free Red Hat 
developer account</property>
+                                <style>
+                                  <class name="boxes-step-label"/>
+                                  <class name="dim-label"/>
+                                </style>
+                              </object>
+                              <packing>
+                                <property name="expand">True</property>
+                                <property name="fill">True</property>
+                              </packing>
+                            </child>
+                          </object>
+                          <packing>
+                            <property name="expand">True</property>
+                            <property name="fill">True</property>
+                          </packing>
+                        </child>
+                      </object>
+                    </child>
+                  </object>
+                </child>
+
                 <child>
                   <object class="GtkListBox" id="downloads_list">
                     <property name="visible">True</property>


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