[chronojump] better about. small logo transp ans shown on session change
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] better about. small logo transp ans shown on session change
- Date: Thu, 25 Mar 2010 08:59:04 +0000 (UTC)
commit e6808610ef8e6d73933f1c3c5b4eca900e17010d
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Mar 25 16:58:29 2010 +0800
better about. small logo transp ans shown on session change
glade/chronojump.glade | 60 ++++++++++++++++++++----------------
images/chronojump-boscosystem.png | Bin 7398 -> 5713 bytes
src/gui/chronojump.cs | 2 +
3 files changed, 35 insertions(+), 27 deletions(-)
---
diff --git a/glade/chronojump.glade b/glade/chronojump.glade
index cbafe5b..c5a4196 100644
--- a/glade/chronojump.glade
+++ b/glade/chronojump.glade
@@ -6712,62 +6712,68 @@ suitable for agility tests)</property>
<property name="visible">True</property>
<property name="border_width">10</property>
<property name="title" translatable="yes">About</property>
+ <property name="resizable">False</property>
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<signal name="delete_event" handler="on_delete_event"/>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<child>
<widget class="GtkVBox" id="vbox70">
<property name="visible">True</property>
+ <property name="orientation">vertical</property>
<property name="spacing">10</property>
<child>
- <widget class="GtkTable" id="table28">
+ <widget class="GtkHBox" id="hbox2">
<property name="visible">True</property>
- <property name="n_columns">3</property>
- <property name="column_spacing">14</property>
- <property name="row_spacing">8</property>
+ <property name="spacing">8</property>
<child>
- <widget class="GtkLabel" id="label201">
+ <widget class="GtkHBox" id="hbox3">
<property name="visible">True</property>
- <property name="xalign">0</property>
- <property name="label" translatable="yes"><b>Chronojump</b></property>
- <property name="use_markup">True</property>
+ <property name="spacing">8</property>
+ <child>
+ <widget class="GtkLabel" id="label201">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ <property name="label" translatable="yes"><b>Chronojump</b></property>
+ <property name="use_markup">True</property>
+ </widget>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
+ <widget class="GtkLabel" id="dialog_about_label_version">
+ <property name="visible">True</property>
+ <property name="xalign">0</property>
+ </widget>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
</widget>
<packing>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
+ <property name="position">0</property>
</packing>
</child>
<child>
<widget class="GtkImage" id="image_logo">
<property name="visible">True</property>
<property name="xalign">0</property>
+ <property name="yalign">1</property>
+ <property name="stock">gtk-network</property>
</widget>
<packing>
- <property name="left_attach">2</property>
- <property name="right_attach">3</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
- <property name="y_padding">8</property>
- </packing>
- </child>
- <child>
- <widget class="GtkLabel" id="dialog_about_label_version">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- </widget>
- <packing>
- <property name="left_attach">1</property>
- <property name="right_attach">2</property>
- <property name="x_options">GTK_FILL</property>
- <property name="y_options"></property>
+ <property name="expand">False</property>
+ <property name="position">1</property>
</packing>
</child>
</widget>
<packing>
<property name="expand">False</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
diff --git a/images/chronojump-boscosystem.png b/images/chronojump-boscosystem.png
index 0215e58..884df77 100644
Binary files a/images/chronojump-boscosystem.png and b/images/chronojump-boscosystem.png differ
diff --git a/src/gui/chronojump.cs b/src/gui/chronojump.cs
index 06be5df..603ed23 100644
--- a/src/gui/chronojump.cs
+++ b/src/gui/chronojump.cs
@@ -4899,6 +4899,8 @@ Console.WriteLine("X");
menuSessionSensitive(true);
menuPersonSensitive(true);
menuToolsSensitive(true);
+
+ changeTestImage("", "", "LOGO");
}
//only called by delete person functions (if we run out of persons)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]