From 47be73d4cb18bd5644ef31c2050a1e4b2790cdbb Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Fri, 6 Sep 2024 14:02:53 +0200 Subject: FLUID: fixing resizable behavior for windows in live mode (#1055) --- fluid/documentation/src/page_widget_panel.dox | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fluid/documentation/src') diff --git a/fluid/documentation/src/page_widget_panel.dox b/fluid/documentation/src/page_widget_panel.dox index eac9d7c63..7a1261d62 100644 --- a/fluid/documentation/src/page_widget_panel.dox +++ b/fluid/documentation/src/page_widget_panel.dox @@ -212,6 +212,11 @@ using hierarchies of groups. Resizing of a window or group can be tested using the *live resize* button. + Note that the *Resizable* indicator is ambiguous when a window is selected. + Making a window resizable will resize all children proportionally. Setting + a child of a window will make that child the center of the resize operation. + In both cases, the *Resizable* indicator of the window will be set. + The *Hotspot* button causes the parent window to be positioned with that widget centered on the mouse. This position is determined when the FLUID function is called, -- cgit v1.2.3