Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/WindowsPlatform/Styles.xaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/addins/WindowsPlatform/WindowsPlatform/Styles.xaml b/main/src/addins/WindowsPlatform/WindowsPlatform/Styles.xaml
index 26773ba4f4..21d376ca95 100644
--- a/main/src/addins/WindowsPlatform/WindowsPlatform/Styles.xaml
+++ b/main/src/addins/WindowsPlatform/WindowsPlatform/Styles.xaml
@@ -355,7 +355,7 @@
<TextBlock x:Name="menuGestureText"
Grid.Column="4"
Text="{TemplateBinding InputGestureText}"
- Margin="{TemplateBinding MenuItem.Padding}"
+ Margin="0,0,0,1"
VerticalAlignment="Center"
Opacity="0.7" />
</Grid>