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
{
id: column
id: viewSelectorPopup
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...
@ -86,7 +86,7 @@ Item
Repeater
{
id: networkedPrinters
id: viewsList
model: viewSelector.viewModel
RoundButton
{