From f504e174e60d04f7f574d90f247f078731b46b05 Mon Sep 17 00:00:00 2001 From: Joeri Hendriks Date: Thu, 20 Nov 2025 09:50:06 +0100 Subject: [PATCH 1/2] Add documentation about the remembered sizes of popup dialogs --- .../modeling/menus/edit-menu/preferences-dialog.md | 8 ++++++-- .../en/docs/refguide/modeling/menus/view-menu/_index.md | 6 ++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index c25dbcebbb5..f0ec7710456 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -229,7 +229,7 @@ This option is available when the [Enable automatic repository optimization](#op ## Work Environment Tab -### Studio Pro Theme {#studio-pro-theme} +### Theme {#theme} This option allows user to choose between Studio Pro themes: **Auto (System theme)**, **Light**, or **Dark**. The default is **Auto (System theme)**, which detects the theme set in the operating system and uses an appropriate theme for Studio Pro (**Light** or **Dark**). Changing this option requires a restart of Studio Pro to take effect. @@ -249,10 +249,14 @@ It is recommended to limit the number of open tabs (open documents) to improve t The closing policy is not applied to tabs with unsaved changes. {{% /alert %}} -### Navigation +### Navigation {#navigation} This setting allows you to move forward and backward through your editing history to show the documents you have recently worked on. This feature is enabled by default. +### Dialogs {#dialogs} + +When a popup dialog is resized, Studio Pro will remember the new size and use that when the same dialog is opened again. This option makes it possible to disable that behavior and always show the dialogs at their default size. + ## Advanced Tab ### Rendering {#rendering} diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index 8856680ccfa..b09899baeed 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -160,9 +160,11 @@ The **Distraction Free Mode** does the same as the **Full Screen** mode above, b Shortcut key: Shift + F11 -### Reset Layout {#reset-layout} +### Restore Default Layout {#restore-default-layout} -Resets the layout of dockable window panes to factory defaults. +This option allows you to reset the following layout settings to their default values: +* The size, location and visibility of the dockable window panes. +* The sizes of popup dialogs that are stored after they are resized manually. ## Read More From fd2eb1033164e108dacac20d49a6e561f70651a5 Mon Sep 17 00:00:00 2001 From: quinntracy Date: Thu, 20 Nov 2025 11:44:17 +0100 Subject: [PATCH 2/2] Review --- .../refguide/modeling/menus/edit-menu/preferences-dialog.md | 2 +- content/en/docs/refguide/modeling/menus/view-menu/_index.md | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md index f0ec7710456..4ac96e1f165 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/preferences-dialog.md @@ -255,7 +255,7 @@ This setting allows you to move forward and backward through your editing histor ### Dialogs {#dialogs} -When a popup dialog is resized, Studio Pro will remember the new size and use that when the same dialog is opened again. This option makes it possible to disable that behavior and always show the dialogs at their default size. +When a pop-up dialog is resized, Studio Pro will remember the new size and use it when the same dialog is opened again. This option allows you to disable this behavior and always show the dialogs at their default size. ## Advanced Tab diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index b09899baeed..9a92510f1ce 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -163,8 +163,9 @@ Shortcut key: Shift + F11 ### Restore Default Layout {#restore-default-layout} This option allows you to reset the following layout settings to their default values: -* The size, location and visibility of the dockable window panes. -* The sizes of popup dialogs that are stored after they are resized manually. + +* The size, location, and visibility of the dockable window panes +* The sizes of pop-up dialogs that are stored after they are resized manually ## Read More