1
0
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:
Michail Vourlakos
2017-05-14 01:27:25 +03:00
parent 0cfd64c018
commit f40dbc29ca
4 changed files with 20 additions and 0 deletions

View File

@ -730,5 +730,10 @@ PlasmaComponents.Page {
}
}
//! END: Length
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "
}
}
}

View File

@ -460,5 +460,10 @@ PlasmaComponents.Page {
}
}
//! END: Delay
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "
}
}
}

View File

@ -270,5 +270,10 @@ PlasmaComponents.Page {
}
}
//! END: Tasks Filters
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "
}
}
}

View File

@ -246,5 +246,10 @@ PlasmaComponents.Page {
}
}
//! END: Extra Actions
PlasmaComponents.Label{
id: bottomMarginSpacer
text:" "
}
}
}