mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-07 14:05:38 -05:00
Enhancements to launcher and other warning fixes
- Persist grid/list setting - Alignment improvement
This commit is contained in:
@@ -245,8 +245,7 @@ PanelWindow {
|
||||
Row {
|
||||
id: columnHeaders
|
||||
Layout.fillWidth: true
|
||||
anchors.left: parent.left
|
||||
anchors.leftMargin: 8
|
||||
Layout.leftMargin: 8
|
||||
spacing: 8
|
||||
|
||||
// Icon placeholder + Process name
|
||||
@@ -466,8 +465,8 @@ PanelWindow {
|
||||
}
|
||||
|
||||
// Material 3 animations
|
||||
opacity: menuVisible ? 1.0 : 0.0
|
||||
scale: menuVisible ? 1.0 : 0.85
|
||||
opacity: processContextMenuWindow.menuVisible ? 1.0 : 0.0
|
||||
scale: processContextMenuWindow.menuVisible ? 1.0 : 0.85
|
||||
|
||||
Behavior on opacity {
|
||||
NumberAnimation {
|
||||
|
||||
Reference in New Issue
Block a user