Commit 39c0f7f3 authored by zelig's avatar zelig

fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set...

fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set through command line flag (defaults to InfoLevel)
parent 08de13a5
...@@ -319,7 +319,7 @@ ApplicationWindow { ...@@ -319,7 +319,7 @@ ApplicationWindow {
Slider { Slider {
id: logLevelSlider id: logLevelSlider
value: 1 value: eth.getLogLevel()
anchors { anchors {
right: parent.right right: parent.right
top: parent.top top: parent.top
...@@ -332,7 +332,7 @@ ApplicationWindow { ...@@ -332,7 +332,7 @@ ApplicationWindow {
} }
orientation: Qt.Vertical orientation: Qt.Vertical
maximumValue: 3 maximumValue: 5
stepSize: 1 stepSize: 1
onValueChanged: { onValueChanged: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment