https://bugs.kde.org/show_bug.cgi?id=363878

--- Comment #15 from Jack Lilhammers <jack.lilhamm...@gmail.com> ---
(In reply to Eike Hein from comment #14)
> > is this the correct file to edit?
> 
> No, sizing data mostly comes from the theme-specific SVG files and
> declarative expressions in Task.qml.

Ok, but I think that at least spacing is handled by the task manager, because
every theme seems to have square task icons, and that's unlikely.

In Task.qml I see the Item object that declares "width: height" and then uses
function adjustMargin(vert, size, margin) to calculate the margins, calling
function horizontalMargins() from layout.js.

Maybe adding a parameter could do the trick. Something like this:

function horizontalMargins(customMargin) {
    return taskFrame.margins.left + taskFrame.margins.right + customMargin;
}

Forgive me if I ask dumb questions or say something stupid, I'm mostly a
firmware developer, have little experience with qt, and only with widgets, but
I'd really like to "fix" this design

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to