mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 02:29:02 +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
|
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
|
||||||
{
|
{
|
||||||
|
@ -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")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user