Ensure that settingPickDialog uses the themed controls

CURA-8685
This commit is contained in:
Jaime van Kessel 2022-02-15 15:38:08 +01:00
parent b45b3faa3c
commit 713a5cb4e5
3 changed files with 7 additions and 6 deletions

View file

@ -4,8 +4,8 @@
import QtQuick 2.2
import QtQuick.Controls 2.1
import UM 1.1 as UM
import UM 1.5 as UM
import Cura 1.0 as Cura
import ".."
Button {
@ -33,7 +33,7 @@ Button {
source: UM.Theme.getIcon(definition.icon)
color: base.hovered ? palette.highlight : palette.buttonText
}
Label
UM.Label
{
id: label
anchors.verticalCenter: parent.verticalCenter