Compare commits

..

1 Commits

Author SHA1 Message Date
Denis Benato
ad073c10ff Chore: restore GPU WIP page 2026-01-28 03:57:37 +01:00

View File

@@ -21,21 +21,6 @@ export component PageGPU inherits Rectangle {
padding: 12px;
spacing: 8px;
Rectangle {
background: Palette.alternate-background;
border-color: Palette.border;
border-width: 1px;
border-radius: 2px;
height: 36px;
Text {
font-size: 16px;
color: Palette.control-foreground;
horizontal-alignment: TextHorizontalAlignment.center;
text: @tr("Coming Soon: GPU Configuration");
}
}
/*
Rectangle {
background: Palette.alternate-background;
border-color: Palette.border;
@@ -74,7 +59,6 @@ export component PageGPU inherits Rectangle {
}
}
}
*/
}
}
}