formatting
This commit is contained in:
parent
e3ea79073d
commit
0223e3d9d1
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ Row {
|
||||||
// If hovered or just switched window, show up to 300 pixels
|
// If hovered or just switched window, show up to 300 pixels
|
||||||
// If not hovered show up to 150 pixels
|
// If not hovered show up to 150 pixels
|
||||||
width: (mouseArea.containsMouse) ? Math.min(fullTitleMetrics.contentWidth,
|
width: (mouseArea.containsMouse) ? Math.min(fullTitleMetrics.contentWidth,
|
||||||
400 * scaling) : Math.min(
|
400 * scaling) : Math.min(fullTitleMetrics.contentWidth,
|
||||||
fullTitleMetrics.contentWidth, 150 * scaling)
|
150 * scaling)
|
||||||
text: getTitle()
|
text: getTitle()
|
||||||
font.pointSize: Style.fontSizeReduced * scaling
|
font.pointSize: Style.fontSizeReduced * scaling
|
||||||
font.weight: Style.fontWeightBold
|
font.weight: Style.fontWeightBold
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue