mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Use Button in tool bar button component
CURA-8684
This commit is contained in:
parent
d3f01034a2
commit
ad3832791c
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
import QtQuick 2.1
|
||||
|
@ -7,7 +7,7 @@ import QtQuick.Controls 2.1
|
|||
import Cura 1.0 as Cura
|
||||
import UM 1.5 as UM
|
||||
|
||||
ToolButton
|
||||
Button
|
||||
{
|
||||
id: base
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue