summaryrefslogtreecommitdiff
path: root/modules/dashboard/Tabs.qml
diff options
context:
space:
mode:
author2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-07 00:43:04 +1000
committer2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>2025-06-07 00:43:04 +1000
commit687f5a5fd0e93428ca05a6490fbdac9949399323 (patch)
tree6f013271b2e11abe9982871b97c818d35c5c611e /modules/dashboard/Tabs.qml
parentpopouts: fix activewindow height changing (diff)
downloadcaelestia-shell-687f5a5fd0e93428ca05a6490fbdac9949399323.tar.gz
caelestia-shell-687f5a5fd0e93428ca05a6490fbdac9949399323.tar.bz2
caelestia-shell-687f5a5fd0e93428ca05a6490fbdac9949399323.zip
dashboard: make own swipeview impl
Fixes bad anim, buggy flicking and blur
Diffstat (limited to 'modules/dashboard/Tabs.qml')
-rw-r--r--modules/dashboard/Tabs.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/dashboard/Tabs.qml b/modules/dashboard/Tabs.qml
index 945f71c..db7796a 100644
--- a/modules/dashboard/Tabs.qml
+++ b/modules/dashboard/Tabs.qml
@@ -10,6 +10,7 @@ Item {
required property real nonAnimWidth
property alias currentIndex: bar.currentIndex
+ readonly property TabBar bar: bar
implicitHeight: bar.implicitHeight + indicator.implicitHeight + indicator.anchors.topMargin + separator.implicitHeight