mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:49:04 +08:00
Update unclear qml ID's
CURA-5785 Co-Authored-By: nallath <nallath@gmail.com>
This commit is contained in:
parent
de020b4c75
commit
81b6f3ab11
@ -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
|
||||
{
|
||||
|
@ -97,7 +97,7 @@ Item
|
||||
// A highlight that is shown when the popup is expanded
|
||||
Rectangle
|
||||
{
|
||||
id: expandedHightlight
|
||||
id: expandedHighlight
|
||||
width: parent.width
|
||||
height: UM.Theme.getSize("thick_lining").height
|
||||
color: UM.Theme.getColor("primary")
|
||||
|
Loading…
x
Reference in New Issue
Block a user