1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 07:29:49 +00:00

Set minimum size in tools, tool options and timeline

This commit is contained in:
Manolis Papadeas 2022-03-01 21:39:07 +02:00
parent da34f0ae7b
commit 175eb0b250
3 changed files with 4 additions and 5 deletions

View file

@ -105,12 +105,9 @@ HScrollBar/styles/scroll_focus = SubResource( 19 )
[node name="AnimationTimeline" type="Panel"]
margin_right = 902.0
margin_bottom = 160.0
rect_min_size = Vector2( 0, 160 )
rect_min_size = Vector2( 36, 160 )
rect_clip_content = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ScrollContainer" type="ScrollContainer" parent="."]
anchor_right = 1.0

View file

@ -7,7 +7,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1242.0
margin_bottom = -230.0
rect_min_size = Vector2( 36, 0 )
rect_min_size = Vector2( 36, 36 )
size_flags_horizontal = 0
size_flags_vertical = 0

View file

@ -359,6 +359,7 @@ margin_left = 958.0
margin_top = 266.0
margin_right = 1107.0
margin_bottom = 574.0
rect_min_size = Vector2( 72, 72 )
__meta__ = {
"_edit_use_anchors_": false
}
@ -375,6 +376,7 @@ margin_left = 1127.0
margin_top = 266.0
margin_right = 1276.0
margin_bottom = 574.0
rect_min_size = Vector2( 72, 72 )
[node name="RightPanelContainer" type="PanelContainer" parent="DockableContainer/Right Tool Options"]
margin_right = 149.0