Skip to content
Snippets Groups Projects
Commit eb0b0f73 authored by Arthur Coolen's avatar Arthur Coolen
Browse files

Bug1365: color loglines, jump to first line of finished observations, added query window

parent 161d3d8c
No related branches found
No related tags found
No related merge requests found
V 10 V 10
1 1
LANG:1 8 (NoName) LANG:1 8 (NoName)
PANEL,-1 -1 638 97 N "_3DFace" 1 PANEL,-1 -1 638 94 N "_3DFace" 1
"$name" "$name"
"main() "main()
{ {
...@@ -57,7 +57,7 @@ display(string dp1, int progress) ...@@ -57,7 +57,7 @@ display(string dp1, int progress)
\"avail32\",\"scale\",progress/100.0,1, \"avail32\",\"scale\",progress/100.0,1,
\"used31\",\"scale\",1-progress/100.0,1, \"used31\",\"scale\",1-progress/100.0,1,
\"used32\",\"scale\",1-progress/100.0,1, \"used32\",\"scale\",1-progress/100.0,1,
\"progressValue\",\"text\",progress+\"%\"); \"progressValue\",\"text\",progress);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment