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

@@ -36,12 +36,8 @@ export component PageAnime inherits Rectangle {
property <bool> show_display_advanced: false;
property <bool> show_builtin_advanced: false;
clip: true;
// TODO: slow with border-radius
//padding only has effect on layout elements
//padding: 8px;
// height: parent.height - infobar.height - mainview.padding - self.padding * 2;
// TODO: border-radius: 8px;
VerticalLayout {
VerticalLayout {
padding: 10px;
spacing: 10px;
HorizontalLayout {
@@ -194,7 +190,7 @@ export component PageAnime inherits Rectangle {
Button {
x: root.width - self.width - 6px;
y: 6px;
text: "X";
text: "";
height: 36px;
clicked => {
root.show_builtin_advanced = false;
@@ -256,7 +252,7 @@ export component PageAnime inherits Rectangle {
Button {
x: root.width - self.width - 6px;
y: 6px;
text: "X";
text: "";
height: 36px;
clicked => {
root.show_display_advanced = false;