Use Button in tool bar button component

CURA-8684
This commit is contained in:
casper 2022-01-25 16:05:49 +01:00
parent d3f01034a2
commit ad3832791c

View file

@ -1,4 +1,4 @@
// Copyright (c) 2021 Ultimaker B.V. // Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher. // Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.1 import QtQuick 2.1
@ -7,7 +7,7 @@ import QtQuick.Controls 2.1
import Cura 1.0 as Cura import Cura 1.0 as Cura
import UM 1.5 as UM import UM 1.5 as UM
ToolButton Button
{ {
id: base id: base