1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Fix ruler text not getting clipped (#1023)

This commit is contained in:
Kiisu_Master 2024-05-28 00:38:35 +03:00 committed by GitHub
parent d070f8c5f5
commit 2613e02cd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -275,6 +275,7 @@ drag_to_rearrange_enabled = true
script = ExtResource("3")
[node name="HorizontalRuler" type="Button" parent="DockableContainer/Main Canvas"]
clip_contents = true
custom_minimum_size = Vector2(0, 16)
layout_mode = 2
focus_mode = 0
@ -290,6 +291,7 @@ size_flags_vertical = 3
theme_override_constants/separation = 0
[node name="VerticalRuler" type="Button" parent="DockableContainer/Main Canvas/ViewportandVerticalRuler"]
clip_contents = true
custom_minimum_size = Vector2(16, 0)
layout_mode = 2
size_flags_horizontal = 0