From be76ad93ea6218f6f3b019a07ddc074e84d86969 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 12 May 2021 14:08:45 +0300 Subject: Keep labels aligned with expanding inputs A widget may copy its height from another widget. --- src/app.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app.c') diff --git a/src/app.c b/src/app.c index 1a4112ff..6d172c02 100644 --- a/src/app.c +++ b/src/app.c @@ -1578,6 +1578,10 @@ static iBool handlePrefsCommands_(iWidget *d, const char *cmd) { setToggle_Widget(findChild_Widget(d, "prefs.ostheme"), iFalse); } } + else if (equalWidget_Command(cmd, d, "input.resized")) { + updatePreferencesLayout_Widget(d); + return iFalse; + } return iFalse; } -- cgit v1.2.3