Merge settings window to main #23
@@ -3,7 +3,6 @@ pragma ComponentBehavior: Bound
|
|||||||
import Quickshell
|
import Quickshell
|
||||||
import QtQuick
|
import QtQuick
|
||||||
import QtQuick.Effects
|
import QtQuick.Effects
|
||||||
import qs.Modules
|
|
||||||
import qs.Config
|
import qs.Config
|
||||||
import qs.Components
|
import qs.Components
|
||||||
|
|
||||||
@@ -17,6 +16,7 @@ Item {
|
|||||||
|
|
||||||
CustomRect {
|
CustomRect {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
anchors.margins: -1
|
||||||
color: DynamicColors.palette.m3surface
|
color: DynamicColors.palette.m3surface
|
||||||
layer.enabled: true
|
layer.enabled: true
|
||||||
|
|
||||||
@@ -38,8 +38,8 @@ Item {
|
|||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
anchors.margins: Config.barConfig.border
|
anchors.margins: Config.barConfig.border + 1
|
||||||
anchors.topMargin: root.bar.implicitHeight
|
anchors.topMargin: root.bar.implicitHeight + 1
|
||||||
radius: Config.barConfig.border > 0 ? Config.barConfig.rounding : 0
|
radius: Config.barConfig.border > 0 ? Config.barConfig.rounding : 0
|
||||||
topLeftRadius: Config.barConfig.rounding
|
topLeftRadius: Config.barConfig.rounding
|
||||||
topRightRadius: Config.barConfig.rounding
|
topRightRadius: Config.barConfig.rounding
|
||||||
|
|||||||
Reference in New Issue
Block a user