diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-06-10 14:26:46 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-06-10 14:26:46 +0100 |
commit | 11c89fe5fb40adf3d205c666e7b5d202c1dd314b (patch) | |
tree | 932503a88bb3380bb06b6b75b7dbde9456866869 | |
parent | 1579745163cd1682bb3e27873b9654eb842adfac (diff) |
Resolves: fdo#65609 don't use whole text for optimal width
Change-Id: Ie0aed71457891e58916d064c9a59d5927c31f1f7
-rw-r--r-- | cui/uiconfig/ui/acorreplacepage.ui | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/acorreplacepage.ui b/cui/uiconfig/ui/acorreplacepage.ui index 572057f07a38..f300c86fec80 100644 --- a/cui/uiconfig/ui/acorreplacepage.ui +++ b/cui/uiconfig/ui/acorreplacepage.ui @@ -66,6 +66,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> + <property name="width_chars">20</property> </object> <packing> <property name="left_attach">0</property> @@ -80,6 +81,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="invisible_char">●</property> + <property name="width_chars">30</property> </object> <packing> <property name="left_attach">1</property> |