diff options
| author | devhyper <57877914+devhyper@users.noreply.github.com> | 2022-12-26 11:24:23 +0100 |
|---|---|---|
| committer | devhyper <57877914+devhyper@users.noreply.github.com> | 2022-12-26 11:24:23 +0100 |
| commit | a3b54a942cd9ded70a761d3c3a8a12edfb359f19 (patch) | |
| tree | 10c26dd9667b39f463843819ef93a4dbbaebefc8 | |
| parent | 48393db2c75bd306e7d7f5cd2c226880a5eb0386 (diff) | |
| download | monzero-gui-a3b54a942cd9ded70a761d3c3a8a12edfb359f19.tar.gz monzero-gui-a3b54a942cd9ded70a761d3c3a8a12edfb359f19.tar.xz monzero-gui-a3b54a942cd9ded70a761d3c3a8a12edfb359f19.zip | |
Override desktop theming
| -rw-r--r-- | qml.qrc | 1 | ||||
| -rw-r--r-- | qtquickcontrols2.conf | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -282,5 +282,6 @@ <file>images/ledgerNanoX.png</file> <file>images/trezor.png</file> <file>images/trezor@2x.png</file> + <file>qtquickcontrols2.conf</file> </qresource> </RCC> diff --git a/qtquickcontrols2.conf b/qtquickcontrols2.conf new file mode 100644 index 00000000..764695cf --- /dev/null +++ b/qtquickcontrols2.conf @@ -0,0 +1,2 @@ +[Controls] +Style=Desktop |
