mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-11 21:15:38 +00:00
Added default icon to samples and the example browser.
This commit is contained in:
parent
72045f4901
commit
f58fe867e8
|
@ -52,6 +52,7 @@ namespace Examples
|
||||||
Font = SystemFonts.DialogFont;
|
Font = SystemFonts.DialogFont;
|
||||||
|
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
Icon = Resources.App;
|
||||||
|
|
||||||
// Windows 6 (Vista) and higher come with Consolas, a high-quality monospace font. Use that or fallback to
|
// Windows 6 (Vista) and higher come with Consolas, a high-quality monospace font. Use that or fallback to
|
||||||
// the generic monospace font on other systems.
|
// the generic monospace font on other systems.
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Binary file not shown.
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in a new issue