git-svn-id: svn://ultimatepp.org/upp/trunk@11439 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-11-07 11:08:14 +00:00
parent f9cb887af9
commit 31bb14f8b7
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ uses
file
main.cpp,
ColorPopup.lay;
colorpopup.lay;
mainconfig
"" = "GUI ST";

View file

@ -1,4 +1,4 @@
LAYOUT(colorpopupLayout, 576, 64)
LAYOUT(MyAppLayout, 576, 64)
ITEM(ColorPusher, c0, LeftPosZ(8, 84).TopPosZ(36, 20))
ITEM(Label, dv___1, SetLabel(t_("Full. Scolors(0)")).LeftPosZ(8, 84).TopPosZ(8, 19))
ITEM(Label, dv___2, SetLabel(t_("Full. Scolors(1)")).LeftPosZ(108, 84).TopPosZ(8, 19))

View file

@ -2,7 +2,7 @@
using namespace Upp;
#define LAYOUTFILE <ColorPopup/ColorPopup.lay>
#define LAYOUTFILE <ColorPopup/colorpopup.lay>
#include <CtrlCore/lay.h>
class MyApp : public WithMyAppLayout<TopWindow> {