forked from Shinonome/dots-hyprland
make left sidebar padding consistent with right sidebar
This commit is contained in:
@@ -10,7 +10,6 @@ import Quickshell.Hyprland
|
|||||||
|
|
||||||
Scope { // Scope
|
Scope { // Scope
|
||||||
id: root
|
id: root
|
||||||
property int sidebarPadding: 15
|
|
||||||
property bool detach: false
|
property bool detach: false
|
||||||
property Component contentComponent: SidebarLeftContent {}
|
property Component contentComponent: SidebarLeftContent {}
|
||||||
property Item sidebarContent
|
property Item sidebarContent
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ import Qt5Compat.GraphicalEffects
|
|||||||
Item {
|
Item {
|
||||||
id: root
|
id: root
|
||||||
required property var scopeRoot
|
required property var scopeRoot
|
||||||
|
property int sidebarPadding: 10
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
property bool aiChatEnabled: Config.options.policies.ai !== 0
|
property bool aiChatEnabled: Config.options.policies.ai !== 0
|
||||||
property bool translatorEnabled: Config.options.sidebar.translator.enable
|
property bool translatorEnabled: Config.options.sidebar.translator.enable
|
||||||
|
|||||||
Reference in New Issue
Block a user