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
@@ -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