From b476cf8bf5f8980a571dd7fcd85f5f250af3d5cf Mon Sep 17 00:00:00 2001 From: josteph Date: Sat, 18 May 2019 14:34:36 +0000 Subject: [PATCH] Expand linked_group documentation slightly. --- src/gui/core/window_builder.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/core/window_builder.cpp b/src/gui/core/window_builder.cpp index d8a34f57aedb..b95062e9d43c 100644 --- a/src/gui/core/window_builder.cpp +++ b/src/gui/core/window_builder.cpp @@ -266,6 +266,9 @@ void builder_window::read(const config& cfg) * @end{table} * @end{tag}{name="linked_group"} * A linked group needs to have at least one size fixed. + * All widgets that are defined with linked_group=foo, where foo is the id of + * the linked_group, will have the same width (if fixed_width) and the same + * height (if fixed_height). * @begin{tag}{name="tooltip"}{min=0}{max=1} * A tooltip and helptip section have the following field: * @begin{table}{config}