Icons: Plus and Minus
+ removed vertical hack in NIcon
This commit is contained in:
parent
ea6b8e0c02
commit
b91112fc7a
7 changed files with 9 additions and 16 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue