Make the buttons on the map ui not squished (#26604)
Make the map ui work Co-authored-by: wrexbe <wrexbe@protonmail.com>
This commit is contained in:
@@ -114,9 +114,16 @@ public partial class NavMapControl : MapGridControl
|
||||
VerticalExpand = false,
|
||||
Children =
|
||||
{
|
||||
_zoom,
|
||||
_beacons,
|
||||
_recenter,
|
||||
new BoxContainer()
|
||||
{
|
||||
Orientation = BoxContainer.LayoutOrientation.Horizontal,
|
||||
Children =
|
||||
{
|
||||
_zoom,
|
||||
_beacons,
|
||||
_recenter
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user