mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-22 11:12:49 +00:00
Fix margins for the audio flyin
This commit is contained in:
parent
c5d458b3f7
commit
4cbada766e
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ namespace AudioFlyin
|
|||
DynCtx::slider = slider.get();
|
||||
|
||||
auto icon = Widget::Create<Text>();
|
||||
icon->SetHorizontalTransform({-1, true, Alignment::Fill, 0, 8});
|
||||
if (DynCtx::type == Type::Speaker)
|
||||
{
|
||||
icon->SetClass("audio-icon");
|
||||
|
|
Loading…
Reference in a new issue