rapair to pop up

This commit is contained in:
Hannes
2026-06-16 19:09:09 +02:00
parent 5df0534c78
commit 3c41176933
2 changed files with 13 additions and 1 deletions
+2 -1
View File
@@ -39,7 +39,8 @@ MouseArea {
anchorItem: networkButton
anchorHovered: networkButton.containsMouse
property int count: 17
implicitWidth: Math.max(text1.width, text2.width, text3.width, text4.width, text5.width, text6.width) + (Config.spacing_fun(networkButton.height) * 3)
property var texts: [text1, text2, text3, text4, text5, text6, text7, text8, text9, text10, text11, text12, text13, text14, text15, text16, text17]
implicitWidth: Config.maxTextWidth(count, texts) + (Config.spacing_fun(networkButton.height) * 3)
implicitHeight: text1.height*count+(Config.spacing_fun(networkButton.height) * (count + 2))
Column {