From da685d8201058eac389212f458eb491fb74535a1 Mon Sep 17 00:00:00 2001 From: klugier Date: Thu, 24 Sep 2020 09:54:15 +0000 Subject: [PATCH] Ide: In main package view quesiton mark button is now placed correctly after reasizing. git-svn-id: svn://ultimatepp.org/upp/trunk@15138 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/ide.lay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/ide.lay b/uppsrc/ide/ide.lay index 3c77f1414..373f73aaf 100644 --- a/uppsrc/ide/ide.lay +++ b/uppsrc/ide/ide.lay @@ -8,7 +8,7 @@ LAYOUT(SelectPackageLayout, 740, 432) ITEM(Button, newu, SetLabel(t_("&New package")).RightPosZ(142, 90).BottomPosZ(6, 22)) ITEM(Button, ok, SetLabel(t_("OK")).RightPosZ(74, 64).BottomPosZ(6, 22)) ITEM(Button, cancel, SetLabel(t_("Cancel")).RightPosZ(6, 64).BottomPosZ(6, 22)) - ITEM(Button, help, SetLabel(t_("?")).Tip(t_("What is this dialog?")).LeftPosZ(484, 20).TopPosZ(404, 22)) + ITEM(Button, help, SetLabel(t_("?")).Tip(t_("What is this dialog?")).RightPosZ(236, 20).BottomPosZ(6, 22)) END_LAYOUT LAYOUT(ConfigLayout, 724, 214)