ultimatepp/upptst/StdRichTextZoom/main.cpp
Mirek Fidler 61cc194e68 .upptst
2025-07-02 15:36:55 +02:00

12 lines
165 B
C++

#include "Test.h"
Test::Test()
{
CtrlLayout(*this, "Window title");
text <<= "[R This should be [g Standard size";
}
GUI_APP_MAIN
{
Test().Run();
}