Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -rc70815ad2b3beadf61832f2e4d12eb90d476e020 -r0784febfc4f6b1bc4232dce72df22b93ac168685 --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision c70815ad2b3beadf61832f2e4d12eb90d476e020) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 0784febfc4f6b1bc4232dce72df22b93ac168685) @@ -55,11 +55,7 @@ const now = Date.now() if (now - _mouseArea.lastClickTime < _mouseArea.doubleClickThreshold) { if ( _GuiView.dryDemoMode ) { - let dryDemoTempID = 99 - let id = vConfirm.id - vConfirm.id = dryDemoTempID - vConfirm.doConfirm( true ) - vConfirm.id = id + _dryDemoDialog.open() } else { _diagnosticsDialog.open() @@ -73,12 +69,13 @@ } Text { id: _loggedInUser - color : Colors.textMain + color : Colors.mainTreatmentOrange anchors.top : parent.top anchors.horizontalCenter: parent.horizontalCenter horizontalAlignment : Text.AlignHCenter verticalAlignment : Text.AlignVCenter font.pixelSize : Fonts.fontHeaderbarUser + font.weight : Font.DemiBold } Text { id: _title