rogcc UI updated:

+ anime tag,
+ app settings tab,
+ fans tab
This commit is contained in:
Mykola Shevchenko
2026-01-20 23:34:31 +02:00
parent c32e6f5ed6
commit 3cb1062714
4 changed files with 23 additions and 11 deletions

View File

@@ -132,8 +132,9 @@ export component PageAnime inherits Rectangle {
width: 100%;
height: 100%;
opacity: 1;
background: Palette.background;
VerticalLayout {
padding: 50px;
padding: 4px;
spacing: 10px;
GroupBox {
height: 10px;
@@ -141,7 +142,7 @@ export component PageAnime inherits Rectangle {
spacing: 10px;
alignment: LayoutAlignment.start;
Text {
font-size: 18px;
font-size: 16px;
color: Palette.control-foreground;
horizontal-alignment: TextHorizontalAlignment.center;
text: @tr("Set which builtin animations are played");
@@ -194,7 +195,7 @@ export component PageAnime inherits Rectangle {
x: root.width - self.width - 6px;
y: 6px;
text: "X";
height: 40px;
height: 36px;
clicked => {
root.show_builtin_advanced = false;
root.show_fade_cover = false;
@@ -206,8 +207,9 @@ export component PageAnime inherits Rectangle {
width: 100%;
height: 100%;
opacity: 1;
background: Palette.background;
VerticalLayout {
padding: 50px;
padding: 4px;
spacing: 10px;
GroupBox {
height: 100px;
@@ -215,7 +217,7 @@ export component PageAnime inherits Rectangle {
spacing: 10px;
alignment: LayoutAlignment.start;
Text {
font-size: 18px;
font-size: 16px;
color: Palette.control-foreground;
horizontal-alignment: TextHorizontalAlignment.center;
text: @tr("Advanced Display Settings");
@@ -255,7 +257,7 @@ export component PageAnime inherits Rectangle {
x: root.width - self.width - 6px;
y: 6px;
text: "X";
height: 40px;
height: 36px;
clicked => {
root.show_display_advanced = false;
root.show_fade_cover = false;