mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Object details: Fix tabs left padding when class has no medallion icon
This commit is contained in:
@@ -348,7 +348,7 @@ class Panel extends UIContentBlock
|
||||
*/
|
||||
public function IsIconAsMedallion(): bool
|
||||
{
|
||||
return $this->bIconAsMedallion;
|
||||
return $this->HasIcon() && $this->bIconAsMedallion;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user