NIconButton: fontSizeMedium by default
This commit is contained in:
parent
cd6e672978
commit
15a57c6719
2 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue