mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
.upptst
git-svn-id: svn://ultimatepp.org/upp/trunk@11439 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f9cb887af9
commit
31bb14f8b7
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ uses
|
|||
|
||||
file
|
||||
main.cpp,
|
||||
ColorPopup.lay;
|
||||
colorpopup.lay;
|
||||
|
||||
mainconfig
|
||||
"" = "GUI ST";
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue