mirror of
https://github.com/KDE/latte-dock.git
synced 2025-08-27 09:49:28 +03:00
add a little margin at config pages bottom
This commit is contained in:
@ -730,5 +730,10 @@ PlasmaComponents.Page {
|
||||
}
|
||||
}
|
||||
//! END: Length
|
||||
|
||||
PlasmaComponents.Label{
|
||||
id: bottomMarginSpacer
|
||||
text:" "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -460,5 +460,10 @@ PlasmaComponents.Page {
|
||||
}
|
||||
}
|
||||
//! END: Delay
|
||||
|
||||
PlasmaComponents.Label{
|
||||
id: bottomMarginSpacer
|
||||
text:" "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -270,5 +270,10 @@ PlasmaComponents.Page {
|
||||
}
|
||||
}
|
||||
//! END: Tasks Filters
|
||||
|
||||
PlasmaComponents.Label{
|
||||
id: bottomMarginSpacer
|
||||
text:" "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -246,5 +246,10 @@ PlasmaComponents.Page {
|
||||
}
|
||||
}
|
||||
//! END: Extra Actions
|
||||
|
||||
PlasmaComponents.Label{
|
||||
id: bottomMarginSpacer
|
||||
text:" "
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user