Skip to content

Commit

Permalink
Change file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mariru27 committed Jul 17, 2024
1 parent b99b4b6 commit bc51772
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@
Command="{Binding PickFilesCommand, ElementName=_InputList}"
Style="{StaticResource SettingsButton}">
<Button.Content>
<Image Source="{StaticResource BrowseFileImage}" />
<Image
Source="{StaticResource BrowseFileImage}"
Width="16"
Height="16" />
</Button.Content>
</Button>
<Button
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<BitmapImage x:Key="AddInputImage" UriSource="/ClangPowerTools;component/Resources/AddInput.png" />
<BitmapImage x:Key="BrowseImage" UriSource="/ClangPowerTools;component/Resources/Browse.png" />
<BitmapImage x:Key="BrowseFileImage" UriSource="/ClangPowerTools;component/Resources/FileIcon.png" />
<BitmapImage x:Key="BrowseFileImage" UriSource="/ClangPowerTools;component/Resources/DetectOnFileIcon.png" />
<BitmapImage x:Key="AccountAvatarIcon" UriSource="/ClangPowerTools;component/Resources/AccountAvatarIcon.png" />
<BitmapImage x:Key="GitHubIcon" UriSource="/ClangPowerTools;component/Resources/GitHubMark.png" />
<BitmapImage x:Key="LogoutIcon" UriSource="/ClangPowerTools;component/Resources/LogoutIcon.png" />
Expand Down

0 comments on commit bc51772

Please sign in to comment.