fixed the beta

This commit is contained in:
Hannes
2026-06-15 23:30:42 +02:00
parent c4a018e39c
commit 5df0534c78
4 changed files with 25 additions and 10 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ PopupWindow {
visible: false
color: "transparent"
width: popupWidth
height: background.height
// width: popupWidth
// height: background.height
onAnchorHoveredChanged: popup.updateVisibility()
+2 -2
View File
@@ -61,8 +61,8 @@ Rectangle { //workspace
id: clockPopup
anchorItem: clockRect
anchorHovered: clockArea.containsMouse
width: Math.max(text1.width, text2.width) + (Config.spacing_fun(clockRect.height) * 3)
height: text1.height*3+(Config.spacing_fun(clockRect.height) * 5)
implicitWidth: Math.max(text1.width, text2.width) + (Config.spacing_fun(clockRect.height) * 3)
implicitHeight: text1.height*3+(Config.spacing_fun(clockRect.height) * 5)
Column {
width: parent.width
+2 -2
View File
@@ -39,8 +39,8 @@ MouseArea {
anchorItem: networkButton
anchorHovered: networkButton.containsMouse
property int count: 17
width: Math.max(text1.width, text2.width, text3.width, text4.width, text5.width, text6.width) + (Config.spacing_fun(networkButton.height) * 3)
height: text1.height*count+(Config.spacing_fun(networkButton.height) * (count + 2))
implicitWidth: Math.max(text1.width, text2.width, text3.width, text4.width, text5.width, text6.width) + (Config.spacing_fun(networkButton.height) * 3)
implicitHeight: text1.height*count+(Config.spacing_fun(networkButton.height) * (count + 2))
Column {
width: parent.width