set label on icon image not provided

This commit is contained in:
yggverse 2024-07-22 14:41:05 +03:00
parent 527738a1c7
commit d7271a49bf
2 changed files with 14 additions and 8 deletions

View file

@ -37,9 +37,12 @@ class Tab
);
}
$this->gtk->set_label(
_($this::LABEL)
);
else
{
$this->gtk->set_label(
_($this::LABEL)
);
}
$this->gtk->set_tooltip_text(
_($this::TOOLTIP)