mirror of
https://github.com/crskycode/GARbro.git
synced 2024-11-23 05:35:34 +08:00
(GUI): fixed refresh button.
This commit is contained in:
parent
d3430d18fe
commit
c56a9a6837
@ -228,8 +228,9 @@
|
||||
<local:ExtAutoCompleteBox x:Name="pathLine" Height="22" Width="100" Margin="0" BorderThickness="1,1,0,1"/>
|
||||
<Button ToolTip="{x:Static s:guiStrings.CtxMenuRefresh}" Height="22" Width="22" Margin="0"
|
||||
Background="{Binding ElementName=pathLine, Path=Background}"
|
||||
BorderBrush="{Binding ElementName=pathLine, Path=BorderBrush}" BorderThickness="1">
|
||||
<Image Source="Images/48x48/refresh.png" Height="16" Width="16"/>
|
||||
BorderBrush="{Binding ElementName=pathLine, Path=BorderBrush}" BorderThickness="1"
|
||||
Command="{x:Static local:Commands.Refresh}">
|
||||
<Image Source="{StaticResource Icon48x48Refresh}" Height="16" Width="16"/>
|
||||
</Button>
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal" x:Name="EncodingWidget" Visibility="{Binding ElementName=TextView, Path=Visibility}">
|
||||
|
Loading…
Reference in New Issue
Block a user