summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfujiwarat <takao.fujiwara1@gmail.com>2014-07-16 14:57:25 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2014-07-16 14:57:25 +0900
commit44b089e73b911db560245768de193d771dd620af (patch)
tree7e5bb4b025251041a95d659cf38643957a737aa4
parentc7caeaf8dc3aaaf5b1d546ffb418aae52b8905a4 (diff)
downloadibus-anthy-44b089e73b911db560245768de193d771dd620af.tar.gz
Set max-width-chars property in ibus-anthy-setup wrapped GtkLabel.
-rw-r--r--setup/python2/setup.ui1
-rw-r--r--setup/python3/setup.ui1
2 files changed, 2 insertions, 0 deletions
diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
index dc5e7e1..b6d8ef2 100644
--- a/setup/python2/setup.ui
+++ b/setup/python2/setup.ui
@@ -1469,6 +1469,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="wrap">True</property>
+ <property name="max_width_chars">74</property>
<property name="label" translatable="yes">You do not have to reconfigure the system keyboard layout for "Additional Key Arrangement" since this option changes input method layout only in case input method is turned on.</property>
<property name="tooltip_text" translatable="yes">You do not have to reconfigure XKB since this option changes IM layout only with IM on.</property>
</object>
diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
index dc5e7e1..b6d8ef2 100644
--- a/setup/python3/setup.ui
+++ b/setup/python3/setup.ui
@@ -1469,6 +1469,7 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="wrap">True</property>
+ <property name="max_width_chars">74</property>
<property name="label" translatable="yes">You do not have to reconfigure the system keyboard layout for "Additional Key Arrangement" since this option changes input method layout only in case input method is turned on.</property>
<property name="tooltip_text" translatable="yes">You do not have to reconfigure XKB since this option changes IM layout only with IM on.</property>
</object>