diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 12:17:33 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-01-11 12:17:33 -0500 |
| commit | 76fa06ceab86027d3460bdbe2efa8707c1e2f5c7 (patch) | |
| tree | 58218d394dd660d1db76e4ccbff55c2cef01e02c | |
| parent | 4487471ada3c1bb72283452a8bef3764b927ec1a (diff) | |
| parent | a3b54a942cd9ded70a761d3c3a8a12edfb359f19 (diff) | |
| download | monzero-gui-76fa06ceab86027d3460bdbe2efa8707c1e2f5c7.tar.gz monzero-gui-76fa06ceab86027d3460bdbe2efa8707c1e2f5c7.tar.xz monzero-gui-76fa06ceab86027d3460bdbe2efa8707c1e2f5c7.zip | |
Merge pull request #4091
a3b54a9 Override desktop theming (devhyper)
| -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 |
