aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-06-27 01:53:03 +0800
committerobscuren <geffobscura@gmail.com>2014-06-27 01:53:03 +0800
commitfd89df4d386f75f103808c2766c3a837e07ab651 (patch)
tree7b69cfda3c5dbc8431657ec34629c56bcdec0d8f /ethereal/assets
parentb57ee874852cc49210c68dce14eb45db448d9ae7 (diff)
parent91bdf9e8012cb396f5fa08765190d76e758fb6a0 (diff)
downloaddexon-fd89df4d386f75f103808c2766c3a837e07ab651.tar
dexon-fd89df4d386f75f103808c2766c3a837e07ab651.tar.gz
dexon-fd89df4d386f75f103808c2766c3a837e07ab651.tar.bz2
dexon-fd89df4d386f75f103808c2766c3a837e07ab651.tar.lz
dexon-fd89df4d386f75f103808c2766c3a837e07ab651.tar.xz
dexon-fd89df4d386f75f103808c2766c3a837e07ab651.tar.zst
dexon-fd89df4d386f75f103808c2766c3a837e07ab651.zip
Merge branch 'develop' into release/0.5.15
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: {