mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NIconButton: default scale is 1.0, default show border
This commit is contained in:
@@ -82,7 +82,6 @@ NLoader {
|
||||
}
|
||||
NIconButton {
|
||||
icon: "refresh"
|
||||
sizeMultiplier: 1.0
|
||||
fontPointSize: Style.fontSizeXL * scaling
|
||||
onClicked: function () {
|
||||
Scaling.overrideEnabled = false
|
||||
@@ -107,7 +106,6 @@ NLoader {
|
||||
NIconButton {
|
||||
id: myIconButton
|
||||
icon: "celebration"
|
||||
sizeMultiplier: 1.0
|
||||
fontPointSize: Style.fontSizeXL * scaling
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user