mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Move CategoryButton
to cura repo
CURA-9005
This commit is contained in:
parent
addc5e36a7
commit
5701f42d63
6 changed files with 255 additions and 25 deletions
|
@ -4,11 +4,11 @@
|
|||
import QtQuick 2.2
|
||||
import QtQuick.Controls 2.1
|
||||
|
||||
import UM 1.5 as UM
|
||||
import Cura 1.0 as Cura
|
||||
import Cura 1.5 as Cura
|
||||
import ".."
|
||||
|
||||
UM.CategoryButton {
|
||||
Cura.CategoryButton
|
||||
{
|
||||
id: base;
|
||||
|
||||
categoryIcon: definition ? UM.Theme.getIcon(definition.icon) : ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue