Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -r93b7d7da5dea9e0392e139b59117eb0315d6c343 -rbce1e6f584c921c9fa6945204ed1e1d38021fbc8 --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 93b7d7da5dea9e0392e139b59117eb0315d6c343) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision bce1e6f584c921c9fa6945204ed1e1d38021fbc8) @@ -8,7 +8,7 @@ property alias menuHidden : _headerMenu.hidden property alias headerMenuIndex : _headerMenu.index readonly property int currentScreen : _headerMenu.currentScreen - property alias statusColor : _headerMenu.heparinStatusColor + property alias statusColor : _headerMenu.statusColor width : Variables.applicationWidth height : Variables.headerHeight @@ -95,7 +95,7 @@ bottomMargin: hidden || disable ? height * -1 : 0 } height : parent.height - width : parent.width / 2 + width : parent.width / 2 // gives the width of the headerbar menu hidden : true titlePixelSize : 32 backgroundColor : Colors.transparent