ide: Fixed UppHub layout

git-svn-id: svn://ultimatepp.org/upp/trunk@15806 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2021-03-01 16:39:58 +00:00
parent 9e10a65e88
commit edfc2cfda3

View file

@ -924,7 +924,7 @@ LAYOUT(UppHubLayout, 992, 656)
ITEM(Upp::RichTextView, info, LeftPosZ(516, 472).TopPosZ(4, 616))
ITEM(Upp::EditString, search, LeftPosZ(4, 216).TopPosZ(630, 19))
ITEM(Upp::Button, help, SetLabel(t_("?")).Tip(t_("Learn more about UppHub..")).RightPosZ(344, 20).BottomPosZ(4, 24))
ITEM(Upp::Button, setup, SetLabel(t_("More..")).LeftPosZ(652, 64).TopPosZ(628, 24))
ITEM(Upp::Button, setup, SetLabel(t_("More..")).RightPosZ(276, 64).BottomPosZ(4, 24))
ITEM(Upp::Button, update, SetLabel(t_("Update all")).RightPosZ(208, 64).BottomPosZ(4, 24))
ITEM(Upp::Button, reinstall, SetLabel(t_("Reinstall")).RightPosZ(140, 64).BottomPosZ(4, 24))
ITEM(Upp::Button, action, SetLabel(t_("Install")).RightPosZ(72, 64).BottomPosZ(4, 24))