From 650b1718b25f3446c1e1ff487534ae18156d9c0a Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Fri, 29 Jan 2021 14:51:56 +0900 Subject: devtools: change "Current Selection" tree item to a toggle button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is a bit awkward that the selection is a tree item so this changes it to be a toogle button, which when enabled, shows the object in the right-hand side object inspector and disables the left-hand side DOM object tree view in this case. Change-Id: I4ebd03a39c72109f0545206354aa7dbe85e9649a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110119 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- svx/uiconfig/ui/developmenttool.ui | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'svx/uiconfig') diff --git a/svx/uiconfig/ui/developmenttool.ui b/svx/uiconfig/ui/developmenttool.ui index 2b00a83f5142..8310d0fffae8 100644 --- a/svx/uiconfig/ui/developmenttool.ui +++ b/svx/uiconfig/ui/developmenttool.ui @@ -8,10 +8,6 @@ - - - - @@ -36,7 +32,7 @@ 800 True - + True False @@ -80,6 +76,18 @@ + + 0 + 1 + + + + + Current Selection + True + True + True + 0 0 -- cgit