fix to network

This commit is contained in:
Honney
2026-06-19 15:00:34 +02:00
parent 3c41176933
commit 858ac26fdc
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ MouseArea {
property int count: 17
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))
implicitHeight: (text1.height*count)+(Config.spacing_fun(networkButton.height) * (count + 4))
Column {
width: parent.width