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

--- Comment #13 from Dmitry Khlestkov <dsx....@yandex.ru> ---
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.

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

Reply via email to