svx/sdi/svx.sdi |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit f1c96d118a29e4f406c88ca9202ec6b317c89df2
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Fri Oct 17 09:52:39 2025 +0900
Commit:     Tomaž Vajngerl <[email protected]>
CommitDate: Sat Oct 18 03:18:54 2025 +0200

    tdf#164927 allow Theme dialog to be customized in menu/toolbar
    
    Change-Id: I157474d2ff0bc060d717e373f98eb50729b8645c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192564
    Tested-by: Jenkins
    Reviewed-by: Tomaž Vajngerl <[email protected]>

diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index 84e08899c853..eeb526a7a551 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -13212,10 +13212,10 @@ SfxVoidItem ThemeDialog SID_THEME_DIALOG
     RecordAbsolute = FALSE,
     RecordPerSet;
 
-    AccelConfig = FALSE,
-    MenuConfig = FALSE,
-    ToolBoxConfig = FALSE,
-    GroupId = SfxGroupId::Modify;
+    AccelConfig = TRUE,
+    MenuConfig = TRUE,
+    ToolBoxConfig = TRUE,
+    GroupId = SfxGroupId::Format;
 ]
 
 SfxBoolItem AccessibilityCheckOnline SID_ACCESSIBILITY_CHECK_ONLINE
  • core.git: svx/sdi Pranam Lashkari (via logerrit)
    • core.git: svx/sdi Tomaž Vajngerl (via logerrit)

Reply via email to