mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
turn off snap and minimap by default (#113)
Reviewed-on: https://codeberg.org/StreamGraph/StreamGraph/pulls/113 Co-authored-by: Lera Elvoé <yagich@poto.cafe> Co-committed-by: Lera Elvoé <yagich@poto.cafe>
This commit is contained in:
parent
0d546f4fc4
commit
d5550be77d
1 changed files with 4 additions and 0 deletions
|
@ -10,7 +10,11 @@ anchor_right = 1.0
|
||||||
anchor_bottom = 1.0
|
anchor_bottom = 1.0
|
||||||
grow_horizontal = 2
|
grow_horizontal = 2
|
||||||
grow_vertical = 2
|
grow_vertical = 2
|
||||||
|
snapping_enabled = false
|
||||||
right_disconnects = true
|
right_disconnects = true
|
||||||
|
minimap_enabled = false
|
||||||
|
show_zoom_label = true
|
||||||
|
show_minimap_button = false
|
||||||
show_arrange_button = false
|
show_arrange_button = false
|
||||||
script = ExtResource("1_pojfs")
|
script = ExtResource("1_pojfs")
|
||||||
NODE_SCENE = ExtResource("2_67ymi")
|
NODE_SCENE = ExtResource("2_67ymi")
|
||||||
|
|
Loading…
Reference in a new issue