fix accuracy of comment in mediamini
This commit is contained in:
parent
8f951946ea
commit
5d5e1f52dd
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ Row {
|
|||
NText {
|
||||
id: titleText
|
||||
|
||||
// If hovered or just switched window, show up to 300 pixels
|
||||
// If hovered or just switched window, show up to 400 pixels
|
||||
// If not hovered show up to 150 pixels
|
||||
width: (mouseArea.containsMouse) ? Math.min(fullTitleMetrics.contentWidth,
|
||||
400 * scaling) : Math.min(fullTitleMetrics.contentWidth,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue