Add more control on radiuses from themes

This commit is contained in:
miruka
2020-03-15 15:01:09 -04:00
parent 615c08848d
commit ebab1e15c2
6 changed files with 55 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ import QtQuick.Layouts 1.12
Rectangle {
id: box
color: theme.controls.box.background
radius: theme.radius
radius: theme.controls.box.radius
implicitWidth: theme.controls.box.defaultWidth
implicitHeight: childrenRect.height