NIconButton: default scale is 1.0, default show border
This commit is contained in:
parent
7fe87c0633
commit
f8e436fb2d
7 changed files with 14 additions and 16 deletions
|
|
@ -106,6 +106,8 @@ Variants {
|
|||
id: demoPanelToggle
|
||||
icon: "experiment"
|
||||
tooltipText: "Open demo panel"
|
||||
sizeMultiplier: 0.8
|
||||
showBorder: false
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
onClicked: function () {
|
||||
demoPanel.isLoaded = !demoPanel.isLoaded
|
||||
|
|
@ -116,6 +118,8 @@ Variants {
|
|||
id: sidePanelToggle
|
||||
icon: "widgets"
|
||||
tooltipText: "Open side panel"
|
||||
sizeMultiplier: 0.8
|
||||
showBorder: false
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
onClicked: function () {
|
||||
// Map this button's center to the screen and open the side panel below it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue