mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
add missed icons
This commit is contained in:
parent
149ea2cb8e
commit
bcab5c2522
3 changed files with 5 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navbar\Button;
|
|||
|
||||
class Delete extends Button
|
||||
{
|
||||
public const IMAGE = 'window-close-symbolic';
|
||||
public const IMAGE = 'edit-delete-symbolic';
|
||||
public const LABEL = 'Delete';
|
||||
public const TOOLTIP = 'Delete';
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,9 @@ use \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navbar\Button;
|
|||
|
||||
class Open extends Button
|
||||
{
|
||||
public const IMAGE = null; // list-add-symbolic | tab-new-symbolic
|
||||
public const LABEL = 'Open';
|
||||
public const TOOLTIP = 'Open';
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@ namespace Yggverse\Yoda\Entity\Browser\History\Container\Navbar;
|
|||
class Search extends \Yggverse\Yoda\Abstract\Entity\Browser\History\Container\Navbar\Button
|
||||
{
|
||||
public const SENSITIVE = true;
|
||||
public const IMAGE = 'edit-find-symbolic';
|
||||
public const LABEL = 'Search';
|
||||
public const TOOLTIP = 'Search';
|
||||
|
||||
protected function _onCLick(
|
||||
\GtkButton $entity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue