Skip to content

Commit

Permalink
Fix missing material style on Close Marker Drawer button
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino committed Sep 15, 2024
1 parent e3090f6 commit 9529909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/kirigami_ui/MarkersDrawer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Kirigami.OverlayDrawer {
//icon: Qt.application.layoutDirection===Qt.LeftToRight ? "view-left-close" : "view-right-close"
icon.source: Qt.application.layoutDirection===Qt.LeftToRight ? "../icons/view-left-close.svg" : "../icons/view-right-close.svg"
text: i18nc("Close sidebar listing user defined markers", "Close Marker List")
Material.theme: Material.Dark
onClicked: {
markersDrawer.toggle();
//console.log(prompterPage.document.markers())
Expand Down

0 comments on commit 9529909

Please sign in to comment.