mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Minor changes suggested in review
CURA-5785
This commit is contained in:
parent
eef6ad662d
commit
bd636e61a0
6 changed files with 13 additions and 4 deletions
|
@ -54,7 +54,7 @@ Item
|
|||
{
|
||||
// Nothing was active, so just return the first one (the list is sorted by priority, so the most
|
||||
// important one should be returned)
|
||||
if(activeView == null)
|
||||
if (activeView == null)
|
||||
{
|
||||
UM.Controller.setActiveView(viewModel.getItem(0).id)
|
||||
}
|
||||
|
@ -68,6 +68,7 @@ Item
|
|||
elide: Text.ElideRight
|
||||
font: UM.Theme.getFont("default")
|
||||
color: UM.Theme.getColor("text")
|
||||
renderType: Text.NativeRendering
|
||||
}
|
||||
|
||||
popupItem: Column
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue