mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 13:17:51 -06:00
WIP: Cleanup and unify MachineAction styles
This commit is contained in:
parent
8d68db9ff0
commit
3911c3d73d
16 changed files with 82 additions and 93 deletions
|
@ -5,8 +5,7 @@ import QtQuick 2.10
|
|||
import QtQuick.Controls 2.3
|
||||
|
||||
import UM 1.3 as UM
|
||||
|
||||
import "../Widgets" as Widgets
|
||||
import Cura 1.1 as Cura
|
||||
|
||||
|
||||
SettingItem
|
||||
|
@ -14,7 +13,7 @@ SettingItem
|
|||
id: base
|
||||
property var focusItem: control
|
||||
|
||||
contents: Widgets.CuraComboBox
|
||||
contents: Cura.ComboBox
|
||||
{
|
||||
id: control
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue