rogcc about page updated, some comments removed

This commit is contained in:
Mykola Shevchenko
2026-01-21 21:35:23 +02:00
parent 3616c049bb
commit a99e408dc3
9 changed files with 72 additions and 84 deletions

View File

@@ -48,6 +48,7 @@ export component MainWindow inherits Window {
min-height: AppSize.height;
min-width: AppSize.width;
background: Palette.alternate-background;
HorizontalLayout {
padding: 0px;
VerticalLayout {
@@ -184,10 +185,6 @@ export component MainWindow inherits Window {
y: 0px;
width: root.width;
height: root.height;
//padding only has effect on layout elements
//padding: 10px;
background: Palette.background;
border-color: Palette.border;
border-width: 3px;