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

--- Comment #15 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> ---
(In reply to Dmitry Khlestkov from comment #13)
> I'm using locally modified version of kickoff with this modifications for
> "left" orientation (ui/FullRepresentation.qml):
> 
>   AnchorChanges {
>     target: tabBar
>     anchors {
>       left: root.left
> -     top: root.top
>       right: undefined
>       bottom: header.top
>     }
>   }
> 
> + PropertyChanges {
> +   target: tabBar
> +   height: units.gridUnit * 29
> +  }
> 
> E.g. anchors.top replaced with implicit height. Similar workaround may be
> applied to "right" orientation. Obviously height should be calculated from
> tab count instead of being hardcoded.
> 
> Yes, this is not a proper fix but we can't be picky at this moment, can we?
> I've reported this issue 10 months ago and no one seems to have skills
> and/or resolve to fix it properly.

I applied your changes to the "right" orientation. Issue with disappearing
button seems to be fixed, but unfortunately body (place where I see for example
"All Applications") just changed color or actually became much brightest (looks
like all would be disabled) than right vertical bar with buttons. Note that in
original version color body and vertical bar are the same. I suppose this is
because of using "tabBar" in "PropertyChanges".

I use Breeze dark scheme and kvantum addon.
After changes I restarted plasmashell like this:
  kbuildsycoca5 && kquitapp5 plasmashell && kstart5 plasmashell

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

Reply via email to