Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed May 26, 2022
1 parent 3d36b56 commit a6bb7c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions VolumeControl/Mixer.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1042,12 +1042,12 @@
<!-- Reset Hotkeys Cell -->
<Button x:Name="bResetHotkeys"
ToolTip="Resets all Hotkeys to their default values. (Requires confirmation)"
Content=" Reset Hotkeys "
Content=" Reset Hotkeys "
Style="{StaticResource ButtonStyle}"
Click="Handle_ResetHotkeysClick"
Width="Auto"
HorizontalAlignment="Left"
Margin="5,0"/>
HorizontalAlignment="Center"
Margin="5,0,16,0"/>

<!-- Always On Top Cell -->
<CheckBox Content="Always on Top"
Expand Down

0 comments on commit a6bb7c2

Please sign in to comment.