diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-27 01:52:23 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-27 01:52:23 +0800 |
commit | 91bdf9e8012cb396f5fa08765190d76e758fb6a0 (patch) | |
tree | 2f2ee4a263377ecff2c9b2958f7d007a534280d0 /ethereal/assets/qml/wallet.qml | |
parent | 8100903d922dbced4f03db18ff766f28bdd2f706 (diff) | |
parent | ae5ace16190d48bfe7a0364fdb0b51644518ec42 (diff) | |
download | dexon-91bdf9e8012cb396f5fa08765190d76e758fb6a0.tar.gz dexon-91bdf9e8012cb396f5fa08765190d76e758fb6a0.tar.zst dexon-91bdf9e8012cb396f5fa08765190d76e758fb6a0.zip |
Merge branch 'ethersphere-feature/logging' into develop
Diffstat (limited to 'ethereal/assets/qml/wallet.qml')
-rw-r--r-- | ethereal/assets/qml/wallet.qml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml index 454d0f3f0..84f8fd5cf 100644 --- a/ethereal/assets/qml/wallet.qml +++ b/ethereal/assets/qml/wallet.qml @@ -319,7 +319,7 @@ ApplicationWindow { Slider { id: logLevelSlider - value: 1 + value: eth.getLogLevelInt() anchors { right: parent.right top: parent.top @@ -332,7 +332,7 @@ ApplicationWindow { } orientation: Qt.Vertical - maximumValue: 3 + maximumValue: 5 stepSize: 1 onValueChanged: { |