mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:20:05 +00:00
Add setting for cursor icon scale
This commit is contained in:
parent
0086dc3e0f
commit
1ff686629b
13 changed files with 439 additions and 327 deletions
9
scwx-qt/res/textures/images/dot.svg
Normal file
9
scwx-qt/res/textures/images/dot.svg
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<svg version="1.1"
|
||||
viewBox="0 0 100 100"
|
||||
width="3" height="3"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
|
||||
<circle r="50" cx="50" cy="50" fill="black"></circle>
|
||||
<circle r="25" cx="50" cy="50" fill="white"></circle>
|
||||
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 241 B |
Loading…
Add table
Add a link
Reference in a new issue