Skip to content

Commit

Permalink
Diagnotics: Fix panel image size
Browse files Browse the repository at this point in the history
  • Loading branch information
RiKap committed Jul 14, 2016
1 parent 9338fd1 commit 4e84496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Kdyby/RabbitMq/Diagnostics/Panel.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ public function getTab()
{
$img = Html::el('img', [
'height' => '16px',
'width' => '16px',
'style' => 'padding-right: 2px;',
'src' => 'data:image/png;base64,' . base64_encode(file_get_contents(__DIR__ . '/logo.png'))
]);

Expand Down

0 comments on commit 4e84496

Please sign in to comment.