Skip to content

Commit

Permalink
add window icon to application
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Sep 3, 2024
1 parent 9d6d159 commit 73723ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tests: True
source-repository-package
type: git
location: https://github.com/prolic/HsQML/
tag: aa599366ae09ac31904466636b95ff557d0a18e2
tag: 88133e02383c928267a21d6a7eb2bc646a22de32

source-repository-package
type: git
Expand Down
2 changes: 1 addition & 1 deletion resources/qml/content/Buttons/BackButton.ui.qml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Button {
height: 10

flat: true

ToolTip.visible: hovered
ToolTip.delay: 500
ToolTip.timeout: 5000
Expand Down
2 changes: 1 addition & 1 deletion resources/qml/content/Buttons/CloseButton.ui.qml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Button {
height: 10

flat: true

ToolTip.visible: hovered
ToolTip.delay: 500
ToolTip.timeout: 5000
Expand Down
1 change: 1 addition & 0 deletions src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,5 @@ main = do
{ initialDocument = fileDocument path
, contextObject = Just $ anyObjRef ctx
, importPaths = [importPath, importPath', importPath'']
, iconPath = Just ":/icons/nostr-purple.png"
}

0 comments on commit 73723ae

Please sign in to comment.