mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Ensure that settingPickDialog uses the themed controls
CURA-8685
This commit is contained in:
parent
b45b3faa3c
commit
713a5cb4e5
3 changed files with 7 additions and 6 deletions
|
@ -42,7 +42,7 @@ UM.Dialog
|
|||
listview.model.filter = new_filter
|
||||
}
|
||||
|
||||
TextField
|
||||
Cura.TextField
|
||||
{
|
||||
id: filterInput
|
||||
selectByMouse: true
|
||||
|
@ -60,7 +60,7 @@ UM.Dialog
|
|||
onTextChanged: settingPickDialog.updateFilter()
|
||||
}
|
||||
|
||||
CheckBox
|
||||
Cura.CheckBox
|
||||
{
|
||||
id: toggleShowAll
|
||||
anchors
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue