Skip to content

Commit cf9c4a6

Browse files
committed
Маленькие изменения
1 parent 18da297 commit cf9c4a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

App/cominf/draw.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"description":"<font color=\"green\">NAME</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> - vizualize the selected graph </div> <br> <font color=\"green\">SYNOPSIS</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> -h </div> <div style=\"margin-left: 2em;\"> <b>DRAW</b> <i>graphname</i> </div> <br> <font color=\"green\">DESCRIPTION</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> paints the selected graph using Fruchterman-Reingold algorithm </div> <br> <font color=\"green\">COMMAND-LINE OPTIONS</font> <br> <div style=\"margin-left: 2em;\"> <i>-h, --help</i> - option that shows this text. <br> <i>-c, --clear</i> - <b>FUTURE</b> clear the canvas against graph <font color=\"red\">(FUTURE)</font>. <br> <i>-d, --default</i> - reset graph displacements and size <font color=\"red\">(FUTURE)</font>. <br> </div> <br> ","name":"draw","options":[{"-h":"--help"}]}
1+
{"description":"<font color=\"green\">NAME</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> - vizualize the selected graph </div> <br> <font color=\"green\">SYNOPSIS</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> -h </div> <div style=\"margin-left: 2em;\"> <b>DRAW</b> <i>graphname</i> </div> <br> <font color=\"green\">DESCRIPTION</font> <br> <div style=\"margin-left: 2em;\"> <b>DRAW</b> paints the selected graph using Fruchterman-Reingold algorithm </div> <br> <font color=\"green\">COMMAND-LINE OPTIONS</font> <br> <div style=\"margin-left: 2em;\"> <i>-h, --help</i> - option that shows this text. <br> <i>-c, --clear</i> - clear the canvas against graph <font color=\"red\">(FUTURE)</font>. <br> <i>-d, --default</i> - reset graph displacements and size <font color=\"red\">(FUTURE)</font>. <br> </div> <br> ","name":"draw","options":[{"-h":"--help"}]}

PanCrackContent/App.qml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ Window {
8282
enabled: false
8383
}
8484
Timer {
85-
// interval: 14000
86-
interval: 1000
85+
interval: 14000
86+
// interval: 1000
8787
running: true
8888
onTriggered: {
8989
stateGroup.state = "MainScreenState"

0 commit comments

Comments
 (0)