From 959be1b5a9cd522394dba9366686a1256588223b Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Thu, 6 Jul 2017 19:29:00 -0400 Subject: UI Wrap InBackground: transition to wrapthru transparency toggle The UI for placing a frame in the background is confusing because: -in menus, the icon looks like a checkbox, but functions as a radio button -it isn't obvious that "in background" is the opposite of "wrap through" -it doesn't act like the checkboxes below it like "First paragraph" -in dialog boxes, it is actually implemented as a checkbox toggle. So it looks like a checkbox, and you can enable the checkbox, but once enabled it can never be disabled. (The currently designed way is to select wrap off/page/optimal/through in order to disable in background.) This patch creates FN_FRAME_WRAPTHRU_TOGGLE to replace most uses of the previous function. Change-Id: Ia46ddbd47899e8ca569bf3adb2b1c4ad7cfa1920 Reviewed-on: https://gerrit.libreoffice.org/39673 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- sw/uiconfig/swxform/menubar/menubar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/uiconfig/swxform/menubar') diff --git a/sw/uiconfig/swxform/menubar/menubar.xml b/sw/uiconfig/swxform/menubar/menubar.xml index d3534b91a531..f4b58ebe8b1b 100644 --- a/sw/uiconfig/swxform/menubar/menubar.xml +++ b/sw/uiconfig/swxform/menubar/menubar.xml @@ -287,7 +287,7 @@ - + -- cgit