mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Scroll setting with active focus into view
This commit is contained in:
parent
b324e90ba5
commit
edee53b0b1
8 changed files with 73 additions and 6 deletions
|
|
@ -105,6 +105,14 @@ SettingItem
|
|||
propertyProvider.setPropertyValue("value", text)
|
||||
}
|
||||
|
||||
onActiveFocusChanged:
|
||||
{
|
||||
if(activeFocus)
|
||||
{
|
||||
base.focusReceived();
|
||||
}
|
||||
}
|
||||
|
||||
color: !enabled ? UM.Theme.getColor("setting_control_disabled_text") : UM.Theme.getColor("setting_control_text")
|
||||
font: UM.Theme.getFont("default");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue