This commit is contained in:
Mirek Fidler 2025-07-02 15:36:55 +02:00
parent 13d71f0e88
commit 61cc194e68
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
using namespace Upp;
#define LAYOUTFILE <Test/Test.lay>
#define LAYOUTFILE <StdRichTextZoom/Test.lay>
#include <CtrlCore/lay.h>
class Test : public WithTestLayout<TopWindow> {

View file

@ -3,7 +3,7 @@
Test::Test()
{
CtrlLayout(*this, "Window title");
text <<= "[R This should be [g standard size";
text <<= "[R This should be [g Standard size";
}
GUI_APP_MAIN