Skip to content

Commit 8a0d7dd

Browse files
committed
updated arrow glyphs, made buttons a notch larger
1 parent 86aeffe commit 8a0d7dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Rubberduck.Core/UI/Settings/AutoCompleteSettings.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@
113113

114114
<Label Margin="15,0,15,0" Content="{Resx ResxName=Rubberduck.Resources.Settings.AutoCompletesPage, Key=MaxConcatLines}" />
115115
<StackPanel Orientation="Horizontal" Margin="15,0,15,0">
116-
<TextBox Margin="5,5,0,5" Height="20" Width="50" Text="{Binding ConcatMaxLines, Mode=TwoWay, StringFormat=\{0:D\}, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True}" VerticalAlignment="Top" VerticalContentAlignment="Center" />
116+
<TextBox Margin="5,5,0,5" Height="24" Width="50" Text="{Binding ConcatMaxLines, Mode=TwoWay, StringFormat=\{0:D\}, UpdateSourceTrigger=PropertyChanged, ValidatesOnDataErrors=True}" VerticalAlignment="Top" VerticalContentAlignment="Center" />
117117
<StackPanel Margin="0,5" >
118-
<Button Height="10" Width="20" Command="{Binding IncrementMaxConcatLinesCommand}">
119-
<TextBlock Text="˄" FontSize="10" Margin="0,-4,0,0"/>
118+
<Button Height="12" Width="20" Command="{Binding IncrementMaxConcatLinesCommand}">
119+
<TextBlock Text="" FontSize="10" Margin="0,-4,0,0"/>
120120
</Button>
121-
<Button Height="10" Width="20" Command="{Binding DecrementMaxConcatLinesCommand}">
122-
<TextBlock Text="˅" FontSize="10" Margin="0,-3,0,0"/>
121+
<Button Height="12" Width="20" Command="{Binding DecrementMaxConcatLinesCommand}">
122+
<TextBlock Text="" FontSize="10" Margin="0,-3,0,0"/>
123123
</Button>
124124
</StackPanel>
125125
</StackPanel>

0 commit comments

Comments
 (0)