cui/uiconfig/ui/acorreplacepage.ui | 2 ++ officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
New commits: commit 11c89fe5fb40adf3d205c666e7b5d202c1dd314b Author: Caolán McNamara <[email protected]> Date: Mon Jun 10 14:26:46 2013 +0100 Resolves: fdo#65609 don't use whole text for optimal width Change-Id: Ie0aed71457891e58916d064c9a59d5927c31f1f7 diff --git a/cui/uiconfig/ui/acorreplacepage.ui b/cui/uiconfig/ui/acorreplacepage.ui index 572057f..f300c86 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> commit 1579745163cd1682bb3e27873b9654eb842adfac Author: Armin Le Grand <[email protected]> Date: Mon Jun 10 10:45:46 2013 +0000 Resolves: #i122493# Removed Line/AreaPropertyPanel on Writer OLE context (cherry picked from commit 7fb9e99fcc522731165f3ad20aae43d81bb7df65) Change-Id: Ic4dd8c7c5d964fce9ed971c9a5a337a7cbb04fcc diff --git a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu index cd69c01..26a2bc8 100644 --- a/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu +++ b/officecfg/registry/data/org/openoffice/Office/UI/Sidebar.xcu @@ -323,7 +323,6 @@ DrawImpress, TextObject, hidden ; DrawImpress, OLE, hidden ; WriterVariants, Draw, visible ; - WriterVariants, OLE, hidden, .uno:FrameDialog ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string"> @@ -358,7 +357,6 @@ DrawImpress, TextObject, hidden ; DrawImpress, OLE, hidden ; WriterVariants, Draw, visible ; - WriterVariants, OLE, hidden, .uno:FrameDialog ; </value> </prop> <prop oor:name="ImplementationURL" oor:type="xs:string">
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
