- If resolution width is greater than 1280 pixels, then show a double-size mouse pointer in the menu (#62)
This commit is contained in:
parent
fb023d0546
commit
243f563271
6 changed files with 18 additions and 2 deletions
|
@ -88,6 +88,7 @@
|
|||
<Image Include="..\data\cpu.ico">
|
||||
<DeploymentContent>true</DeploymentContent>
|
||||
</Image>
|
||||
<Image Include="..\data\cursor-x2.bmp" />
|
||||
<Image Include="..\data\cursor.bmp">
|
||||
<DeploymentContent>true</DeploymentContent>
|
||||
</Image>
|
||||
|
|
|
@ -131,6 +131,9 @@
|
|||
<Image Include="..\data\cursor.bmp">
|
||||
<Filter>data</Filter>
|
||||
</Image>
|
||||
<Image Include="..\data\cursor-x2.bmp">
|
||||
<Filter>data</Filter>
|
||||
</Image>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Font Include="..\data\FreeSans.ttf">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue