Update unclear qml ID's

CURA-5785

Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
Ghostkeeper 2018-11-16 14:03:39 +01:00 committed by GitHub
parent de020b4c75
commit 81b6f3ab11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ Item
popupItem: Column popupItem: Column
{ {
id: column id: viewSelectorPopup
width: viewSelector.width - 2 * UM.Theme.getSize("default_margin").width width: viewSelector.width - 2 * UM.Theme.getSize("default_margin").width
// For some reason the height of the column gets set to 0 if this is not set... // For some reason the height of the column gets set to 0 if this is not set...
@ -86,7 +86,7 @@ Item
Repeater Repeater
{ {
id: networkedPrinters id: viewsList
model: viewSelector.viewModel model: viewSelector.viewModel
RoundButton RoundButton
{ {

View File

@ -97,7 +97,7 @@ Item
// A highlight that is shown when the popup is expanded // A highlight that is shown when the popup is expanded
Rectangle Rectangle
{ {
id: expandedHightlight id: expandedHighlight
width: parent.width width: parent.width
height: UM.Theme.getSize("thick_lining").height height: UM.Theme.getSize("thick_lining").height
color: UM.Theme.getColor("primary") color: UM.Theme.getColor("primary")