Adjustments to the new group panels #903

This commit is contained in:
Wojtek Figat
2023-01-24 23:18:12 +01:00
parent 6931161dce
commit e57481de7d
3 changed files with 8 additions and 9 deletions

View File

@@ -94,7 +94,7 @@ namespace FlaxEditor.CustomEditors.Dedicated
{
if (actor != null)
group.Panel.TooltipText = Surface.SurfaceUtils.GetVisualScriptTypeDescription(TypeUtils.GetObjectType(actor));
const float settingsButtonSize = 20;
float settingsButtonSize = group.Panel.HeaderHeight;
var settingsButton = new Image
{
TooltipText = "Settings",