summary refs log tree commit diff
path: root/resources/qml/RawMessageDialog.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Qt.WindowTitleHint to qml dialogsJoseph Donofry2021-08-191-1/+1
|
* Fix window placement on wayland and add close buttonsNicolas Werner2021-08-041-3/+4
| | | | | | We explicitly set a parent. We can't assign to ApplicationWindow.transientParent though, only to Window.transientParent, so we just call setTransientParent in C++.
* Fix colors for manual dark themeLoren Burkholder2021-07-311-1/+6
|
* QML the raw message dialogLoren Burkholder2021-07-311-0/+46