diff --git a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml index eddad9189fb1110c26707d26b04cf3607e45cd50..78c902b661c27abefca9615af5ae1daee74cde9b 100644 --- a/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml +++ b/CellFrameDashboardGUI/DapUiQmlWidgetStatusBarComboBox.qml @@ -45,7 +45,7 @@ ComboBox { model: customComboBox.popup.visible ? customComboBox.delegateModel : null currentIndex: customComboBox.highlightedIndex -// ScrollIndicator.vertical: ScrollIndicator { } + ScrollIndicator.vertical: ScrollIndicator { } } background: Rectangle {