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
This commit is contained in:
klugier 2020-09-24 09:54:15 +00:00
parent def0dbda01
commit da685d8201

View file

@ -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)