summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Views/AudioView.xaml
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-10-29 20:44:54 +0100
committersr55 <[email protected]>2016-10-29 20:44:54 +0100
commit5829632acaa20d4fcbdbe34e9f6fb87523033af2 (patch)
tree68d48201b5f37d074c9c9c0002c095257321362e /win/CS/HandBrakeWPF/Views/AudioView.xaml
parentf8ccfd84580f4de1d1b2d93d8ffe0cf99788ef29 (diff)
WinGui: Reduce margin around track icon on audio panel. Should get rid of the scrollbar by default.
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AudioView.xaml')
-rw-r--r--win/CS/HandBrakeWPF/Views/AudioView.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AudioView.xaml b/win/CS/HandBrakeWPF/Views/AudioView.xaml
index c46f51e07..16c7a75bd 100644
--- a/win/CS/HandBrakeWPF/Views/AudioView.xaml
+++ b/win/CS/HandBrakeWPF/Views/AudioView.xaml
@@ -133,7 +133,7 @@
<Image Grid.Column="0" Grid.Row="0"
Width="16"
Height="16"
- Margin="8,0,8,0"
+ Margin="5,0,5,0"
Source="Images/Movies.png" />
<!-- Settings -->