8 lines
142 B
QML
8 lines
142 B
QML
import QtQuick
|
|
|
|
Rectangle {
|
|
color: ShellGlobals.colors.widget
|
|
radius: 5
|
|
border.color: ShellGlobals.colors.widgetOutline
|
|
border.width: 1
|
|
}
|