Index: leahi.qrc =================================================================== diff -u -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 -r56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 --- leahi.qrc (.../leahi.qrc) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) +++ leahi.qrc (.../leahi.qrc) (revision 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02) @@ -44,9 +44,9 @@ sources/gui/qml/dialogs/diagnostics/DiagnosticsDD.qml - sources/gui/qml/dialogs/headerbar/WiFiDialog.qml - sources/gui/qml/dialogs/headerbar/StorageDialog.qml - sources/gui/qml/dialogs/headerbar/SettingsDialog.qml + sources/gui/qml/dialogs/headerbar/HeaderbarWiFi.qml + sources/gui/qml/dialogs/headerbar/HeaderbarStorage.qml + sources/gui/qml/dialogs/headerbar/HeaderbarSettings.qml resources/images/Logo d.png Index: sources/gui/qml/components/BaseComboBox.qml =================================================================== diff -u -r16a8f25568b4636ebc31e76c86a8031940cc4ad7 -r56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 --- sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision 16a8f25568b4636ebc31e76c86a8031940cc4ad7) +++ sources/gui/qml/components/BaseComboBox.qml (.../BaseComboBox.qml) (revision 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02) @@ -79,7 +79,7 @@ } popup: Popup { id: _popup - y : _root.height + y : _root.height + 10 x : 0 width : _root.width implicitHeight : contentItem.implicitHeight Index: sources/gui/qml/components/HeaderBar.qml =================================================================== diff -u -rb04fa0fce565a52305f2153f2cb6c5858453ab15 -r56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 --- sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision b04fa0fce565a52305f2153f2cb6c5858453ab15) +++ sources/gui/qml/components/HeaderBar.qml (.../HeaderBar.qml) (revision 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02) @@ -136,7 +136,7 @@ iconSize : Variables.headerIconDiameter iconImageSource : "qrc:/images/iWifi" extraSpace : _headerButtonRow.spacing - onPressed : _wifiDialog.openDialog(_wifiButton) + onPressed : _headerbarWifi.openDialog(_wifiButton) } IconButton { id : _bluetoothButton @@ -160,15 +160,15 @@ iconImageSource : "qrc:/images/iStorage" extraSpace : _headerButtonRow.spacing - onPressed : _storageDialog.openDialog(_storageButton) + onPressed : _headerbarStorage.openDialog(_storageButton) } IconButton { id : _settingsButton iconSize : Variables.headerIconDiameter iconImageSource : "qrc:/images/iSettings" extraSpace : _headerButtonRow.spacing - onPressed : _settingsDialog.openDialog(_settingsButton) + onPressed : _headerbarSettings.openDialog(_settingsButton) } IconButton { id : _informationButton Fisheye: Tag 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 refers to a dead (removed) revision in file `sources/gui/qml/dialogs/headerbar/SettingsDialog.qml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 refers to a dead (removed) revision in file `sources/gui/qml/dialogs/headerbar/StorageDialog.qml'. Fisheye: No comparison available. Pass `N' to diff? Fisheye: Tag 56c2adbc6e724c09d5ca9d61cb0a1581d46daf02 refers to a dead (removed) revision in file `sources/gui/qml/dialogs/headerbar/WiFiDialog.qml'. Fisheye: No comparison available. Pass `N' to diff?