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
This commit is contained in:
Родитель
1512683021
Коммит
0be4664b2e
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче