forked from cerc-io/plugeth
fix logSlider: now has 5 levels, initialized to gui.GetLogLevel which is set through command line flag (defaults to InfoLevel)
This commit is contained in:
parent
08de13a57b
commit
39c0f7f386
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user