mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-12 22:04:24 -06:00
Ide: UppHub name standardization.
git-svn-id: svn://ultimatepp.org/upp/trunk@15568 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
6b72fe3b2c
commit
7e97ed3dce
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ struct UppHubNest : Moveable<UppHubNest> {
|
|||
String repo;
|
||||
};
|
||||
|
||||
struct UppHubDlg : WithUpvLayout<TopWindow> {
|
||||
struct UppHubDlg : WithUppHubLayout<TopWindow> {
|
||||
Vector<UppHubNest> upv;
|
||||
Index<String> loaded;
|
||||
Progress pi;
|
||||
|
|
@ -22,7 +22,7 @@ struct UppHubDlg : WithUpvLayout<TopWindow> {
|
|||
|
||||
UppHubDlg::UppHubDlg()
|
||||
{
|
||||
CtrlLayoutOKCancel(*this, "Uppiverse");
|
||||
CtrlLayoutOKCancel(*this, "UppHub");
|
||||
|
||||
list.EvenRowColor();
|
||||
|
||||
|
|
|
|||
|
|
@ -912,7 +912,7 @@ LAYOUT(WebSearchTabLayout, 556, 200)
|
|||
ITEM(Upp::Button, remove, SetLabel(t_("Remove engine")).Tip(t_("Delete row")).RightPosZ(60, 100).TopPosZ(8, 23))
|
||||
END_LAYOUT
|
||||
|
||||
LAYOUT(UpvLayout, 992, 656)
|
||||
LAYOUT(UppHubLayout, 992, 656)
|
||||
ITEM(Upp::ArrayCtrl, list, LeftPosZ(4, 984).TopPosZ(4, 616))
|
||||
ITEM(Upp::Button, settings, SetLabel(t_("Settings..")).LeftPosZ(4, 64).TopPosZ(628, 24))
|
||||
ITEM(Upp::Button, ok, SetLabel(t_("Install")).RightPosZ(72, 64).BottomPosZ(4, 24))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue