rogcc gpu settings page UI updated

This commit is contained in:
Mykola Shevchenko
2026-01-22 22:03:35 +02:00
parent bc132c2796
commit fd5e5a4451
2 changed files with 17 additions and 83 deletions

View File

@@ -261,12 +261,12 @@ export component PageSystem inherits Rectangle {
alignment: LayoutAlignment.start;
Rectangle {
background: Palette.alternate-background;
border-color: Palette.accent-background;
border-width: 3px;
border-radius: 10px;
border-color: Palette.border;
border-width: 1px;
border-radius: 2px;
height: 40px;
Text {
font-size: 18px;
font-size: 16px;
color: Palette.control-foreground;
horizontal-alignment: TextHorizontalAlignment.center;
text: @tr("Keyboard Power Management");