Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions panels/notification/bubble/package/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
//
// SPDX-License-Identifier: LGPL-3.0-or-later

import QtQuick 2.15
import QtQuick.Controls 2.15
import QtQuick.Window 2.15
import QtQuick.Layouts 1.15
import QtQuick
import QtQuick.Controls
import QtQuick.Window
import QtQuick.Layouts

import org.deepin.ds 1.0
import org.deepin.dtk 1.0
Expand Down Expand Up @@ -38,6 +38,7 @@ Window {
DLayerShellWindow.topMargin: windowMargin(0)
DLayerShellWindow.rightMargin: windowMargin(1)
DLayerShellWindow.bottomMargin: windowMargin(2)
palette: DTK.palette
ColorSelector.family: Palette.CrystalColor
DWindow.enabled: true
DWindow.windowEffect: PlatformHandle.EffectNoBorder | PlatformHandle.EffectNoShadow
Expand Down
1 change: 1 addition & 0 deletions panels/notification/center/package/main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ Window {
DLayerShellWindow.topMargin: windowMargin(0) + 10
DLayerShellWindow.rightMargin: windowMargin(1) + 10
DLayerShellWindow.bottomMargin: windowMargin(2) + 10
palette: DTK.palette
ColorSelector.family: Palette.CrystalColor
DWindow.enabled: true
DWindow.windowEffect: PlatformHandle.EffectNoBorder | PlatformHandle.EffectNoShadow
Expand Down