mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-09 07:48:58 +00:00
Better busy indicator defaults
This commit is contained in:
@@ -172,7 +172,7 @@ NLoader {
|
||||
running: network.connectingSsid === modelData.ssid
|
||||
color: Colors.accentPrimary
|
||||
anchors.centerIn: parent
|
||||
size: 22 * scaling
|
||||
size: Style.baseWidgetSize * 0.7 * scaling
|
||||
}
|
||||
|
||||
// TBC: Does nothing on my setup
|
||||
|
||||
@@ -24,8 +24,8 @@ NLoader {
|
||||
radius: Style.radiusMedium * scaling
|
||||
border.color: Colors.backgroundTertiary
|
||||
border.width: Math.max(1, Style.borderMedium * scaling)
|
||||
width: 500 * scaling
|
||||
height: 400 * scaling
|
||||
width: 600 * scaling
|
||||
height: 600 * scaling
|
||||
anchors.centerIn: parent
|
||||
|
||||
// Prevent closing when clicking in the panel bg
|
||||
@@ -104,7 +104,7 @@ NLoader {
|
||||
|
||||
// NToggle
|
||||
ColumnLayout {
|
||||
spacing: Style.marginLarge * scaling
|
||||
spacing: Style.marginMedium * scaling
|
||||
NText {
|
||||
text: "NToggle"
|
||||
color: Colors.accentSecondary
|
||||
@@ -126,7 +126,7 @@ NLoader {
|
||||
|
||||
// NComboBox
|
||||
ColumnLayout {
|
||||
spacing: Style.marginLarge * scaling
|
||||
spacing: Style.marginMedium * scaling
|
||||
NText {
|
||||
text: "NComboBox"
|
||||
color: Colors.accentSecondary
|
||||
@@ -146,6 +146,23 @@ NLoader {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
|
||||
// NBusyIndicator
|
||||
ColumnLayout {
|
||||
spacing: Style.marginMedium * scaling
|
||||
NText {
|
||||
text: "NBusyIndicator"
|
||||
color: Colors.accentSecondary
|
||||
font.weight: Style.fontWeightBold
|
||||
}
|
||||
|
||||
NBusyIndicator {
|
||||
}
|
||||
|
||||
NDivider {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user