fix to network
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user