diff options
author | Peng Huang <shawn.p.huang@gmail.com> | 2009-05-26 07:51:39 +0800 |
---|---|---|
committer | Peng Huang <shawn.p.huang@gmail.com> | 2009-05-26 07:51:39 +0800 |
commit | 4d081ef806c95cf3d8ea9cdb2765c561ac4c26a0 (patch) | |
tree | a11cd4bedcc3bde3d441d27862a7f52365f2b766 /setup/setup.glade | |
parent | 9bbb69a2b3e69d1bbe4a86887d1506cba5bb88af (diff) | |
download | ibus-libpinyin-4d081ef806c95cf3d8ea9cdb2765c561ac4c26a0.tar.gz ibus-libpinyin-4d081ef806c95cf3d8ea9cdb2765c561ac4c26a0.tar.xz ibus-libpinyin-4d081ef806c95cf3d8ea9cdb2765c561ac4c26a0.zip |
Show About page in setup dialog
Diffstat (limited to 'setup/setup.glade')
-rw-r--r-- | setup/setup.glade | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/setup/setup.glade b/setup/setup.glade index a3410da..22e4617 100644 --- a/setup/setup.glade +++ b/setup/setup.glade @@ -5,6 +5,7 @@ <widget class="GtkWindow" id="window_main"> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="title" translatable="yes">Python PinYin Setup</property> + <property name="window_position">center</property> <signal name="delete-event" handler="on_window_main_delete_event"/> <child> <widget class="GtkVBox" id="vbox1"> @@ -865,7 +866,7 @@ </child> <child> <widget class="GtkLabel" id="label15"> - <property name="no_show_all">True</property> + <property name="visible">True</property> <property name="label" translatable="yes">Python PinYin provided by @@ -896,6 +897,7 @@ Huang Peng <shawn.p.huang@gmail.com> <widget class="GtkHButtonBox" id="hbuttonbox1"> <property name="visible">True</property> <property name="spacing">12</property> + <property name="layout_style">end</property> <child> <widget class="GtkButton" id="button_apply"> <property name="label">gtk-apply</property> |