mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
Icons: Plus and Minus
+ removed vertical hack in NIcon
This commit is contained in:
@@ -85,7 +85,7 @@ NBox {
|
||||
}
|
||||
|
||||
NIconButton {
|
||||
icon: FontService.icons["add"]
|
||||
icon: FontService.icons["plus"]
|
||||
|
||||
colorBg: Color.mPrimary
|
||||
colorFg: Color.mOnPrimary
|
||||
|
||||
@@ -107,7 +107,8 @@ Popup {
|
||||
RowLayout {
|
||||
Layout.fillWidth: true
|
||||
Layout.topMargin: Style.marginM * scaling
|
||||
|
||||
spacing: Style.marginM * scaling
|
||||
|
||||
Item {
|
||||
Layout.fillWidth: true
|
||||
}
|
||||
|
||||
@@ -272,7 +272,7 @@ ColumnLayout {
|
||||
|
||||
// Button aligned to the center of the actual input field
|
||||
NIconButton {
|
||||
icon: FontService.icons["add"]
|
||||
icon: FontService.icons["plus"]
|
||||
Layout.alignment: Qt.AlignBottom
|
||||
Layout.bottomMargin: blacklistInput.description ? Style.marginS * scaling : 0
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user