This patch makes Kickoff tab indicators glide (patch D22108) on the tab bar separator in all 4 orientations.
I had to give up on the separator matching the width\height of the tab indicators because it was just never pixel perfect.
ndavis | |
ngraham |
Plasma | |
VDG |
This patch makes Kickoff tab indicators glide (patch D22108) on the tab bar separator in all 4 orientations.
I had to give up on the separator matching the width\height of the tab indicators because it was just never pixel perfect.
Screenshots made with patch D22108 applied
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
Since these seem to be scaled 2x, the thicker 6px highlight is more desirable. At 1x, the highlight should be 3px.
Don't know, I removed both of the patches and the issue's still there. Yeah this was 2x scaling and the indicator should be 6px.
Even after also applying D22108 it's better but still not quite touching the line for me (1x scale, 1080p screen):
Hmm, am I patching the wrong thing in D22108? I wanted to be editing this file:
/usr/lib/qt/qml/org/kde/plasma/components/TabBar.qml
Sorry, my bad once again. I hadn't actually applied D22108. It works for me now. The tab highlight width problem must be somewhere else since this patch didn't introduce that bug.
Oh, I must have made the same mistake, because upon trying again it now works.
We should also make the tab highlight look like the new style in T11124. :)
Can anyone from Plasma have a quick look if this is okay?
I went with the approach of not initially defining geometry, and define it only as a part of the anchor changes?