fixed the beta
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user