Christian Muro
Results
1
comments of
Christian Muro
This is the correct solution bro ``` #include using namespace Upp; #define FIXED_COLORS #define FIXED_SIZE struct MyAppWindow : TopWindow { MyAppWindow() { Title("My application"); Transparent(); SetDarkThemeEnabled(false); SetRect(0, 0, 400, 100);...