aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-27 01:52:23 +0800
committerobscuren <geffobscura@gmail.com>2014-06-27 01:52:23 +0800
commit91bdf9e8012cb396f5fa08765190d76e758fb6a0 (patch)
tree2f2ee4a263377ecff2c9b2958f7d007a534280d0 /ethereal/assets
parent8100903d922dbced4f03db18ff766f28bdd2f706 (diff)
parentae5ace16190d48bfe7a0364fdb0b51644518ec42 (diff)
downloaddexon-91bdf9e8012cb396f5fa08765190d76e758fb6a0.tar.gz
dexon-91bdf9e8012cb396f5fa08765190d76e758fb6a0.tar.zst
dexon-91bdf9e8012cb396f5fa08765190d76e758fb6a0.zip
Merge branch 'ethersphere-feature/logging' into develop
Diffstat (limited to 'ethereal/assets')
-rw-r--r--ethereal/assets/qml/wallet.qml4
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: {