Skip to content

Commit 1d8e1f4

Browse files
authored
Merge pull request #6 from JustAeris/fix/logo
Fix/Logo
2 parents 9b2c632 + a231499 commit 1d8e1f4

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Unikeys.Gui/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
// app, or any theme specific resource dictionaries)
1111
)]
1212
// The program will pull this version to display in the "About" tab
13-
[assembly: AssemblyVersion("1.2.3.*")]
13+
[assembly: AssemblyVersion("1.2.4.*")]

Unikeys.Gui/Icons/unikeys-logo.ico

0 Bytes
Binary file not shown.

Unikeys.Gui/Icons/unikeys-logo.png

-19.2 KB
Loading

Unikeys.Gui/Tabs/AboutTab.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<Image
5050
HorizontalAlignment="Right"
5151
VerticalAlignment="Top"
52-
Source="Icons/unikeys-logo.png"
52+
Source="/Icons/unikeys-logo.png"
5353
ToolTip="Logo made by JustWyren"/>
5454
</StackPanel>
5555
</Grid>

0 commit comments

Comments
 (0)