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

@@ -1,7 +1,6 @@
import { Palette, VerticalBox , StandardButton, Button, HorizontalBox, ComboBox, Switch, Slider} from "std-widgets.slint";
export component RogItem inherits Rectangle {
// background: Palette.control-background;
border-color: Palette.border;
border-width: 1px;
border-radius: 2px;
@@ -291,11 +290,7 @@ export component PopupNotification {
border-width: 2px;
border-color: Palette.accent-background;
background: Palette.background;
// TODO: drop shadows slow
// drop-shadow-offset-x: 7px;
// drop-shadow-offset-y: 7px;
// drop-shadow-color: black;
// drop-shadow-blur: 30px;
VerticalLayout {
Dialog {
VerticalLayout {