Skip to content

Commit

Permalink
fix: volume component background and padding (glzr-io#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-berger authored Sep 22, 2023
1 parent f36935a commit 9065555
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GlazeWM.Bar/Components/ComponentPortal.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
Background="{Binding Background}" />
</DataTemplate>
<DataTemplate DataType="{x:Type components:VolumeComponentViewModel}">
<components:VolumeComponent />
<components:VolumeComponent
Padding="{Binding Padding}"
Background="{Binding Background}" />
</DataTemplate>
</ContentPresenter.Resources>
</ContentPresenter>
Expand Down

0 comments on commit 9065555

Please sign in to comment.