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

New commits:
commit 7574ddff417e9767a7c1c1285fc50ee51f41caed
Author:     Tomaž Vajngerl <[email protected]>
AuthorDate: Fri Oct 17 09:52:39 2025 +0900
Commit:     Adolfo Jayme Barrientos <[email protected]>
CommitDate: Sun Oct 19 11:05:39 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]>
    (cherry picked from commit f1c96d118a29e4f406c88ca9202ec6b317c89df2)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/192599
    Reviewed-by: Adolfo Jayme Barrientos <[email protected]>

diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi
index dba7ddef043a..2476539af59c 100644
--- a/svx/sdi/svx.sdi
+++ b/svx/sdi/svx.sdi
@@ -12648,10 +12648,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

Reply via email to