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,
|
VerticalExpand = false,
|
||||||
Children =
|
Children =
|
||||||
{
|
{
|
||||||
_zoom,
|
new BoxContainer()
|
||||||
_beacons,
|
{
|
||||||
_recenter,
|
Orientation = BoxContainer.LayoutOrientation.Horizontal,
|
||||||
|
Children =
|
||||||
|
{
|
||||||
|
_zoom,
|
||||||
|
_beacons,
|
||||||
|
_recenter
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user