diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-08-31 20:36:34 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-08-31 20:36:34 +0200 |
| commit | d51046cdeaf1dceac91e70fe6be358502280a431 (patch) | |
| tree | fccd991be47f4b69935bb378d737a0f9de242f2e /fluid/documentation/src | |
| parent | e01c9ff6a03f3775e0d93a56d671a8c2f8cf96a2 (diff) | |
FLUID: Add Synchronized Resize. #1055
Diffstat (limited to 'fluid/documentation/src')
| -rw-r--r-- | fluid/documentation/src/page_main_window.dox | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fluid/documentation/src/page_main_window.dox b/fluid/documentation/src/page_main_window.dox index 1a9e4ea6f..4cb7777e5 100644 --- a/fluid/documentation/src/page_main_window.dox +++ b/fluid/documentation/src/page_main_window.dox @@ -346,6 +346,11 @@ the first selected widget. __Layout > Center in Group > ...__: Center all selected widgets relative to their parent widget +__Layout > Synchronized Resize__: If unchecked, groups and windows can be +resized without resizing their children. If set, the layout of the children +is changed according to their `resize()` settings. Try __Live Resize__ to +verify the effects before permanently modifying the layout. + __Layout > Grid and Size Settings... (Ctrl+g)__: Display the grid settings panel. See \ref setting_layout . |
