qmlfmt with 120 chars width (rulers)
This commit is contained in:
parent
def932c447
commit
d3f66b1737
17 changed files with 77 additions and 126 deletions
|
|
@ -37,12 +37,8 @@ Window {
|
|||
|
||||
function _showNow() {
|
||||
// Compute new size everytime we show the tooltip
|
||||
width = Math.max(
|
||||
50 * scaling,
|
||||
tooltipText.implicitWidth + Style.marginLarge * 2 * scaling)
|
||||
height = Math.max(
|
||||
50 * scaling,
|
||||
tooltipText.implicitHeight + Style.marginSmall * 2 * scaling)
|
||||
width = Math.max(50 * scaling, tooltipText.implicitWidth + Style.marginLarge * 2 * scaling)
|
||||
height = Math.max(50 * scaling, tooltipText.implicitHeight + Style.marginSmall * 2 * scaling)
|
||||
|
||||
if (!target) {
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue