aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal
diff options
context:
space:
mode:
authorzelig <viktor.tron@gmail.com>2014-06-25 23:53:19 +0800
committerzelig <viktor.tron@gmail.com>2014-06-25 23:53:19 +0800
commit39c0f7f3865965ae64ea51aba4de5b7350539ea8 (patch)
tree21a440ad7d239fd50181650fba27477a1542c587 /ethereal
parent08de13a57b4a59fc4a8ccf9e707ede57cc380a0c (diff)
downloadgo-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.tar
go-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.tar.gz
go-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.tar.bz2
go-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.tar.lz
go-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.tar.xz
go-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.tar.zst
go-tangerine-39c0f7f3865965ae64ea51aba4de5b7350539ea8.zip
fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set through command line flag (defaults to InfoLevel)
Diffstat (limited to 'ethereal')
-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..eb3aa6df5 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.getLogLevel()
anchors {
right: parent.right
top: parent.top
@@ -332,7 +332,7 @@ ApplicationWindow {
}
orientation: Qt.Vertical
- maximumValue: 3
+ maximumValue: 5
stepSize: 1
onValueChanged: {