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