aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiktor w brodlo <wiktor@brodlo.net>2011-07-22 17:58:31 +0000
committerwiktor w brodlo <wiktor@brodlo.net>2011-07-22 17:58:31 +0000
commit4c985e03eaf8568e7bbf8b35ac79e95265aaa522 (patch)
tree831835574b646c919a214a53115854e3aa7e6d71
parentgentoo/utils.py: revert d511d5d13cdf9f543421fe2da718027377692939 (diff)
downloadanaconda-4c985e03eaf8568e7bbf8b35ac79e95265aaa522.tar.gz
anaconda-4c985e03eaf8568e7bbf8b35ac79e95265aaa522.tar.bz2
anaconda-4c985e03eaf8568e7bbf8b35ac79e95265aaa522.zip
Update the header
-rwxr-xr-xgui.py2
-rw-r--r--pixmaps/anaconda_header.pngbin41164 -> 21706 bytes
-rw-r--r--ui/anaconda.glade53
3 files changed, 40 insertions, 15 deletions
diff --git a/gui.py b/gui.py
index e09d9b9..a3d0e14 100755
--- a/gui.py
+++ b/gui.py
@@ -1446,7 +1446,7 @@ class InstallControlWindow:
def createWidgets (self):
self.window.set_title(_("%s Installer") %(productName,))
- i = self.mainxml.get_widget("headerImage")
+ i = self.mainxml.get_widget("header_image")
p = readImageFromFile("anaconda_header.png",
dither = False, image = i)
if p is None:
diff --git a/pixmaps/anaconda_header.png b/pixmaps/anaconda_header.png
index fc8b194..eb3e2e4 100644
--- a/pixmaps/anaconda_header.png
+++ b/pixmaps/anaconda_header.png
Binary files differ
diff --git a/ui/anaconda.glade b/ui/anaconda.glade
index 824edd5..0ea6fab 100644
--- a/ui/anaconda.glade
+++ b/ui/anaconda.glade
@@ -28,32 +28,57 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
- <widget class="GtkLabel" id="title_label">
+ <widget class="GtkImage" id="header_image">
+ <property name="width_request">190</property>
+ <property name="height_request">124</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">label</property>
+ <property name="yalign">0</property>
+ <property name="stock">gtk-missing-image</property>
</widget>
<packing>
- <property name="expand">True</property>
- <property name="fill">True</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
- <widget class="GtkLinkButton" id="handbook_link">
- <property name="label" translatable="yes">button</property>
+ <widget class="GtkTable" id="table1">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="has_tooltip">True</property>
- <property name="use_action_appearance">False</property>
- <property name="relief">none</property>
- <property name="xalign">1</property>
+ <property name="can_focus">False</property>
+ <property name="n_rows">2</property>
+ <property name="n_columns">2</property>
+ <child>
+ <widget class="GtkLinkButton" id="chapter_link">
+ <property name="label" translatable="yes">button</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="has_tooltip">True</property>
+ <property name="use_action_appearance">False</property>
+ <property name="relief">none</property>
+ </widget>
+ <packing>
+ <property name="left_attach">1</property>
+ <property name="right_attach">2</property>
+ <property name="x_options"></property>
+ <property name="y_options"></property>
+ </packing>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
+ <child>
+ <placeholder/>
+ </child>
</widget>
<packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>