mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Update unclear qml ID's
CURA-5785 Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
parent
de020b4c75
commit
81b6f3ab11
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue