diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-10-09 00:50:35 +0300 |
|---|---|---|
| committer | Ilya Kitaev <mbg033@gmail.com> | 2016-10-10 00:25:28 +0300 |
| commit | eafcf71382ad26e6e4be959405ae0701bc1ce0c9 (patch) | |
| tree | 235b841ddc7157e28874d6b8b851e39ecc6511ed /BasicPanel.qml | |
| parent | a032c841b4fa750a877a81af2b15b67e8b5c3afc (diff) | |
| download | monzero-gui-eafcf71382ad26e6e4be959405ae0701bc1ce0c9.tar.gz monzero-gui-eafcf71382ad26e6e4be959405ae0701bc1ce0c9.tar.xz monzero-gui-eafcf71382ad26e6e4be959405ae0701bc1ce0c9.zip | |
Minimized aka basic mode
Diffstat (limited to 'BasicPanel.qml')
| -rw-r--r-- | BasicPanel.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/BasicPanel.qml b/BasicPanel.qml index 07aeb080..12a257bf 100644 --- a/BasicPanel.qml +++ b/BasicPanel.qml @@ -31,6 +31,8 @@ import QtGraphicalEffects 1.0 import "components" import "pages" +// mbg033 @ 2016-10-08: Not used anymore, to be deleted + Rectangle { id: root width: 470 |
