diff options
author | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-24 16:24:16 +0800 |
---|---|---|
committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-08-24 16:24:16 +0800 |
commit | dbf0ed9245e21a057b918d01a74d60bcece3e85d (patch) | |
tree | 8aa54fd177a72468b99cab6260fe64e91c1f9e51 | |
parent | f08468fa7bbabd000d8308c2f32525764bb424cd (diff) | |
download | ibus-dbf0ed9245e21a057b918d01a74d60bcece3e85d.tar.gz ibus-dbf0ed9245e21a057b918d01a74d60bcece3e85d.tar.xz ibus-dbf0ed9245e21a057b918d01a74d60bcece3e85d.zip |
Change the UI.
-rw-r--r-- | setup/setup.glade | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/setup/setup.glade b/setup/setup.glade index 96f8d6a..cf200ee 100644 --- a/setup/setup.glade +++ b/setup/setup.glade @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> -<!--Generated with glade3 3.4.4 on Sun Aug 24 08:30:51 2008 --> +<!--Generated with glade3 3.4.4 on Sun Aug 24 16:23:28 2008 --> <glade-interface> <widget class="GtkDialog" id="dialog_setup"> <property name="border_width">5</property> @@ -341,6 +341,7 @@ Vertical</property> <property name="can_focus">True</property> <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> + <property name="shadow_type">GTK_SHADOW_IN</property> <child> <widget class="GtkTreeView" id="treeview_engines"> <property name="visible">True</property> @@ -370,9 +371,15 @@ Vertical</property> </packing> </child> <child> - <widget class="GtkLabel" id="label5"> + <widget class="GtkVBox" id="vbox4"> <property name="visible">True</property> - <property name="label" translatable="yes">IBus + <child> + <placeholder/> + </child> + <child> + <widget class="GtkLabel" id="label5"> + <property name="visible">True</property> + <property name="label" translatable="yes">IBus Homepage: http://code.google.com/p/ibus Author: Huang Peng <shawn.p.huang@gmail.com> @@ -380,7 +387,16 @@ Author: Huang Peng <shawn.p.huang@gmail.com> </property> - <property name="justify">GTK_JUSTIFY_CENTER</property> + <property name="use_markup">True</property> + <property name="justify">GTK_JUSTIFY_CENTER</property> + </widget> + <packing> + <property name="position">1</property> + </packing> + </child> + <child> + <placeholder/> + </child> </widget> <packing> <property name="position">2</property> |