mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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…
Add table
Add a link
Reference in a new issue