Add debug logs to ArchUpdater
This commit is contained in:
parent
ff0c83a04c
commit
7a2fa4a773
4 changed files with 31 additions and 10 deletions
|
|
@ -146,8 +146,7 @@ Row {
|
|||
width: {
|
||||
if (mouseArea.containsMouse) {
|
||||
return Math.round(Math.min(fullTitleMetrics.contentWidth, root.maxWidth * scaling))
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return Math.round(Math.min(fullTitleMetrics.contentWidth, root.minWidth * scaling))
|
||||
}
|
||||
}
|
||||
|
|
@ -216,4 +215,4 @@ Row {
|
|||
target: anchor
|
||||
positionAbove: Settings.data.bar.position === "bottom"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue