Merge branch 'vertical-bar' of https://github.com/noctalia-dev/noctalia-shell into vertical-bar
This commit is contained in:
commit
0949d154c1
4 changed files with 7 additions and 7 deletions
|
|
@ -93,10 +93,10 @@ Variants {
|
||||||
|
|
||||||
// Top section (left widgets)
|
// Top section (left widgets)
|
||||||
Column {
|
Column {
|
||||||
spacing: Style.marginM * root.scaling
|
spacing: Style.marginS * root.scaling
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
anchors.topMargin: Style.marginL * root.scaling
|
anchors.topMargin: Style.marginM * root.scaling
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
@ -118,7 +118,7 @@ Variants {
|
||||||
|
|
||||||
// Center section (center widgets)
|
// Center section (center widgets)
|
||||||
Column {
|
Column {
|
||||||
spacing: Style.marginM * root.scaling
|
spacing: Style.marginS * root.scaling
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
@ -142,10 +142,10 @@ Variants {
|
||||||
|
|
||||||
// Bottom section (right widgets)
|
// Bottom section (right widgets)
|
||||||
Column {
|
Column {
|
||||||
spacing: Style.marginM * root.scaling
|
spacing: Style.marginS * root.scaling
|
||||||
anchors.horizontalCenter: parent.horizontalCenter
|
anchors.horizontalCenter: parent.horizontalCenter
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: Style.marginL * root.scaling
|
anchors.bottomMargin: Style.marginM * root.scaling
|
||||||
width: parent.width
|
width: parent.width
|
||||||
|
|
||||||
Repeater {
|
Repeater {
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ Item {
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: verticalPillComponent
|
id: verticalPillComponent
|
||||||
NVerticalPill {
|
NPillVertical {
|
||||||
icon: root.icon
|
icon: root.icon
|
||||||
text: root.text
|
text: root.text
|
||||||
tooltipText: root.tooltipText
|
tooltipText: root.tooltipText
|
||||||
|
|
@ -65,7 +65,7 @@ Item {
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: horizontalPillComponent
|
id: horizontalPillComponent
|
||||||
NHorizontalPill {
|
NPillHorizontal {
|
||||||
icon: root.icon
|
icon: root.icon
|
||||||
text: root.text
|
text: root.text
|
||||||
tooltipText: root.tooltipText
|
tooltipText: root.tooltipText
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue