From ccaae980f8bd91fb58c79730f40f81d38825e3f7 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Fri, 7 Jan 2022 07:05:50 +0200 Subject: Layout glitch workaround --- src/ui/util.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui') diff --git a/src/ui/util.c b/src/ui/util.c index 8cf21538..a5f48e62 100644 --- a/src/ui/util.c +++ b/src/ui/util.c @@ -3431,6 +3431,7 @@ iWidget *makeTranslation_Widget(iWidget *parent) { addChild_Widget(dlg, iClob(makeDialogButtons_Widget(actions, iElemCount(actions)))); addChild_Widget(parent, iClob(dlg)); arrange_Widget(dlg); + arrange_Widget(dlg); /* TODO: Augh, another layout bug: two arranges required. */ } /* Update choices. */ updateDropdownSelection_LabelWidget(findChild_Widget(dlg, "xlt.from"), -- cgit v1.2.3