Gallery PanelToolTip swatch follows theme corners, PanelActionButton uses MDI cog
This commit is contained in:
@@ -559,7 +559,7 @@ Item {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PanelActionButton {
|
PanelActionButton {
|
||||||
iconText: "⚙"
|
iconText: ""
|
||||||
tooltipText: "Focusable (settings form button)"
|
tooltipText: "Focusable (settings form button)"
|
||||||
foreground: root.foreground
|
foreground: root.foreground
|
||||||
panelBackground: root.background
|
panelBackground: root.background
|
||||||
@@ -599,7 +599,7 @@ Item {
|
|||||||
color: Qt.rgba(root.foreground.r, root.foreground.g, root.foreground.b, 0.10)
|
color: Qt.rgba(root.foreground.r, root.foreground.g, root.foreground.b, 0.10)
|
||||||
border.color: Qt.rgba(root.foreground.r, root.foreground.g, root.foreground.b, 0.35)
|
border.color: Qt.rgba(root.foreground.r, root.foreground.g, root.foreground.b, 0.35)
|
||||||
border.width: 1
|
border.width: 1
|
||||||
radius: 4
|
radius: Style.cornerRadius
|
||||||
|
|
||||||
Text {
|
Text {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|||||||
Reference in New Issue
Block a user