Settings: fully cleanup and aligned
This commit is contained in:
parent
c108e7707a
commit
a61b2edd07
6 changed files with 25 additions and 26 deletions
|
|
@ -325,7 +325,7 @@ Variants {
|
|||
// Close button positioned absolutely
|
||||
NIconButton {
|
||||
icon: "close"
|
||||
tooltipText: "Close"
|
||||
tooltipText: "Close."
|
||||
sizeRatio: 0.6
|
||||
anchors.top: parent.top
|
||||
anchors.topMargin: Style.marginM * scaling
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ NPanel {
|
|||
|
||||
NIconButton {
|
||||
icon: "close"
|
||||
tooltipText: "Close"
|
||||
tooltipText: "Close."
|
||||
sizeRatio: 0.8
|
||||
onClicked: {
|
||||
root.close()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue