diff options
author | fujiwarat <takao.fujiwara1@gmail.com> | 2014-05-02 11:55:08 +0900 |
---|---|---|
committer | fujiwarat <takao.fujiwara1@gmail.com> | 2014-05-02 11:55:08 +0900 |
commit | 0be4664b2ea3071c01ff479443033eb1accdfb03 (patch) | |
tree | 87f10eee8ead3ca0411e421f87da345d18bc2453 | |
parent | 15126830212fabfd5d6ec359a5d7554746462f4b (diff) |
Set max-width-chars property in ibus-setup wrapped GtkLabel.
If GtkWindow has 'resizable' property = FALSE, the wrap in GtkLabel
is not done automatically and need to set 'max-width-chars' property.
TEST=ibus-setup
Review URL: https://codereview.appspot.com/92940043
-rw-r--r-- | setup/setup.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/setup/setup.ui b/setup/setup.ui index 5ffbe474..bb78433c 100644 --- a/setup/setup.ui +++ b/setup/setup.ui @@ -902,6 +902,7 @@ <property name="can_focus">False</property> <property name="xalign">0</property> <property name="wrap">True</property> + <property name="max_width_chars">74</property> <property name="label" translatable="yes"><small><i>The active input method can be switched around from the selected ones in the above list by pressing the keyboard shortcut keys or clicking the panel icon.</i></small></property> <property name="use_markup">True</property> </object> |