Workaround Red Hat Bluecurve shading of 'GtkFrame.GtkLabel' content.
authorshort <>
Thu, 13 Nov 2003 18:43:13 +0000 (18:43 +0000)
committershort <>
Thu, 13 Nov 2003 18:43:13 +0000 (18:43 +0000)
 - Not every direct 'GtkLabel' child of 'GtkFrame' must be a frame title...

src/install/acquire/ui-gnome.glade

index 5b82b0b..f7fca52 100644 (file)
@@ -107,18 +107,25 @@ It uses original Microsoft Windows driver files to access the disks. As these fi
                      <property name="shadow_type">GTK_SHADOW_IN</property>
 
                      <child>
-                       <widget class="GtkLabel" id="ScanDiskInfo">
+                       <widget class="GtkViewport" id="ScanDiskInfoViewPort">
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">We will scan your local hard drives to find any existing drivers usable for this project.</property>
-                         <property name="use_underline">False</property>
-                         <property name="use_markup">False</property>
-                         <property name="justify">GTK_JUSTIFY_LEFT</property>
-                         <property name="wrap">True</property>
-                         <property name="selectable">False</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
-                         <property name="ypad">0</property>
+                         <property name="shadow_type">GTK_SHADOW_NONE</property>
+
+                         <child>
+                           <widget class="GtkLabel" id="ScanDiskInfo">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">We will scan your local hard drives to find any existing drivers usable for this project.</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">True</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0.5</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                         </child>
                        </widget>
                      </child>
                    </widget>
@@ -203,19 +210,26 @@ It uses original Microsoft Windows driver files to access the disks. As these fi
                      <property name="shadow_type">GTK_SHADOW_IN</property>
 
                      <child>
-                       <widget class="GtkLabel" id="ScanPathInfo">
+                       <widget class="GtkViewport" id="ScanPathInfoViewPort">
                          <property name="visible">True</property>
-                         <property name="label" translatable="yes">Here you can specify custom path to the drivers. Besides regular disk path you can also specify www URL such as: http://machine/path/name
+                         <property name="shadow_type">GTK_SHADOW_NONE</property>
+
+                         <child>
+                           <widget class="GtkLabel" id="ScanPathInfo">
+                             <property name="visible">True</property>
+                             <property name="label" translatable="yes">Here you can specify custom path to the drivers. Besides regular disk path you can also specify www URL such as: http://machine/path/name
 If you have no idea simply go Forward.</property>
-                         <property name="use_underline">False</property>
-                         <property name="use_markup">False</property>
-                         <property name="justify">GTK_JUSTIFY_LEFT</property>
-                         <property name="wrap">True</property>
-                         <property name="selectable">False</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
-                         <property name="ypad">0</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">True</property>
+                             <property name="selectable">False</property>
+                             <property name="xalign">0.5</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                         </child>
                        </widget>
                      </child>
                    </widget>
@@ -309,22 +323,29 @@ If you have no idea simply go Forward.</property>
                      <property name="shadow_type">GTK_SHADOW_IN</property>
 
                      <child>
-                       <widget class="GtkLabel" id="MicrosoftComInfo">
+                       <widget class="GtkViewport" id="MicrosoftComInfoViewPort">
                          <property name="visible">True</property>
-                         <property name="can_focus">True</property>
-                         <property name="label" translatable="yes">You can download the best available version of needed drivers from Microsoft. They can be found in Microsoft Windows XP Service Pack 1 Checked Build.
+                         <property name="shadow_type">GTK_SHADOW_NONE</property>
+
+                         <child>
+                           <widget class="GtkLabel" id="MicrosoftComInfo">
+                             <property name="visible">True</property>
+                             <property name="can_focus">True</property>
+                             <property name="label" translatable="yes">You can download the best available version of needed drivers from Microsoft. They can be found in Microsoft Windows XP Service Pack 1 Checked Build.
 URL: http://www.microsoft.com/WindowsXP/pro/downloads/servicepacks/sp1/checkedbuild.asp
 Legal: In some countries you need to have valid Microsoft Windows XP license to use it.
 It is needed to download approx 29MB of data right now out of the 144MB file size. You can also download the file separately and load it in the previous screen if some problems occur.</property>
-                         <property name="use_underline">False</property>
-                         <property name="use_markup">False</property>
-                         <property name="justify">GTK_JUSTIFY_LEFT</property>
-                         <property name="wrap">True</property>
-                         <property name="selectable">True</property>
-                         <property name="xalign">0.5</property>
-                         <property name="yalign">0.5</property>
-                         <property name="xpad">0</property>
-                         <property name="ypad">0</property>
+                             <property name="use_underline">False</property>
+                             <property name="use_markup">False</property>
+                             <property name="justify">GTK_JUSTIFY_LEFT</property>
+                             <property name="wrap">True</property>
+                             <property name="selectable">True</property>
+                             <property name="xalign">0.5</property>
+                             <property name="yalign">0.5</property>
+                             <property name="xpad">0</property>
+                             <property name="ypad">0</property>
+                           </widget>
+                         </child>
                        </widget>
                      </child>
                    </widget>