mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-27 22:33:08 +00:00
wider bottom tabbar
This commit is contained in:
parent
bdee5e84ab
commit
2c31673fc5
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ Column {
|
||||||
id: tabbar
|
id: tabbar
|
||||||
height: units.gridUnit * 5
|
height: units.gridUnit * 5
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
left: parent.left
|
||||||
|
right: parent.right
|
||||||
}
|
}
|
||||||
tabPosition: Qt.BottomEdge
|
tabPosition: Qt.BottomEdge
|
||||||
PlasmaComponents.TabButton {
|
PlasmaComponents.TabButton {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue