mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-08-15 18:43:59 +00:00
NIconButton: fontSizeMedium by default
This commit is contained in:
@@ -74,7 +74,6 @@ PanelWindow {
|
||||
NIconButton {
|
||||
id: demoPanelToggle
|
||||
icon: "experiment"
|
||||
fontPointSize: Style.fontSizeMedium
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
onClicked: function () {
|
||||
demoPanel.isLoaded = !demoPanel.isLoaded
|
||||
@@ -84,7 +83,6 @@ PanelWindow {
|
||||
NIconButton {
|
||||
id: sidePanelToggle
|
||||
icon: "widgets"
|
||||
fontPointSize: Style.fontSizeMedium
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
onClicked: function () {
|
||||
sidePanel.isLoaded = !demoPanel.isLoaded
|
||||
|
||||
@@ -16,7 +16,7 @@ Rectangle {
|
||||
property var onEntered: function () {}
|
||||
property var onExited: function () {}
|
||||
property var onClicked: function () {}
|
||||
property real fontPointSize: Style.fontSizeXL
|
||||
property real fontPointSize: Style.fontSizeMedium
|
||||
|
||||
implicitWidth: size
|
||||
implicitHeight: size
|
||||
|
||||
Reference in New Issue
Block a user