Change name of root id to root everywhere

This commit is contained in:
2025-10-13 14:35:32 -03:00
parent e4087938a5
commit 23eb623fae
13 changed files with 48 additions and 46 deletions

View File

@@ -2,9 +2,10 @@ import QtQuick
import qs.Common
Rectangle {
id: root
color: Theme.backgroudColor
border.width: 1
border.width: 2
border.color: Theme.color2
radius: 20
}