forked from Shinonome/dots-hyprland
sidebar: fix weird calendar placement
This commit is contained in:
@@ -138,7 +138,7 @@ Rectangle {
|
|||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
// implicitHeight: tabStack.implicitHeight
|
// implicitHeight: tabStack.implicitHeight
|
||||||
spacing: 10
|
spacing: 20
|
||||||
|
|
||||||
// Navigation rail
|
// Navigation rail
|
||||||
Item {
|
Item {
|
||||||
@@ -146,7 +146,7 @@ Rectangle {
|
|||||||
Layout.fillWidth: false
|
Layout.fillWidth: false
|
||||||
Layout.leftMargin: 10
|
Layout.leftMargin: 10
|
||||||
Layout.topMargin: 10
|
Layout.topMargin: 10
|
||||||
width: tabBar.width
|
implicitWidth: tabBar.implicitWidth
|
||||||
// Navigation rail buttons
|
// Navigation rail buttons
|
||||||
NavigationRailTabArray {
|
NavigationRailTabArray {
|
||||||
id: tabBar
|
id: tabBar
|
||||||
|
|||||||
Reference in New Issue
Block a user