bar tooltips: refractor tooltip bg to StyledPopup

This commit is contained in:
end-4
2025-08-11 20:33:01 +07:00
parent 291b997972
commit 6a8a9172b1
7 changed files with 284 additions and 315 deletions
@@ -38,7 +38,8 @@ MouseArea {
StyledPopup {
hoverTarget: root
contentComponent: WeatherPopup {
WeatherPopup {
id: weatherPopup
anchors.centerIn: parent
}