mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
widgets: fix some 0-width issues
This commit is contained in:
@@ -88,6 +88,8 @@ BasePill {
|
||||
return activeWindow && activeWindow.title
|
||||
}
|
||||
|
||||
width: hasWindowsOnCurrentWorkspace ? (isVerticalOrientation ? barThickness : visualWidth) : 0
|
||||
height: hasWindowsOnCurrentWorkspace ? (isVerticalOrientation ? visualHeight : barThickness) : 0
|
||||
visible: hasWindowsOnCurrentWorkspace
|
||||
|
||||
content: Component {
|
||||
|
||||
Reference in New Issue
Block a user