HBox: respect theme.radius

This commit is contained in:
miruka 2020-03-15 14:36:17 -04:00
parent deb4161bbe
commit 615c08848d

View File

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