GUI: THEMES: Use scalable cursor in modern theme

This commit is contained in:
Le Philousophe 2021-07-04 11:29:10 +02:00 committed by Eugene Sandulenko
parent a8b7e1b2ee
commit 6a6d681990
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" height="120.945" width="32mm"><defs><linearGradient id="a"><stop offset="0" style="stop-color:#000;stop-opacity:.40000001"/><stop offset="1" style="stop-color:#000;stop-opacity:.2"/></linearGradient><linearGradient gradientUnits="userSpaceOnUse" y2="30.517" x2="19.854" y1=".583" x1="2.293" id="b" xlink:href="#a"/></defs><path style="display:inline;fill:url(#b);fill-opacity:1;stroke:none;stroke-width:0;stroke-linecap:square;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:.4;paint-order:markers fill stroke" d="M2.293.583v21.795L8.6 20.484l4.843 9.871 5.04-2.43-4.942-9.197 6.312-2.627z"/><path transform="translate(-372.993 -568.13) scale(3.77953)" d="M98.926 150.553v5.535l1.602-.481 1.23 2.507 1.28-.617-1.255-2.336 1.603-.667z" style="display:inline;fill:#ef0000;fill-opacity:1;stroke:#000;stroke-width:.211639;stroke-linecap:square;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;paint-order:markers fill stroke"/></svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -102,8 +102,8 @@
<bitmaps>
<bitmap filename = 'logo.bmp'/>
<bitmap filename = 'cursor.bmp'/>
<bitmap filename = 'cursor_small.bmp'/>
<bitmap filename = 'cursor.bmp' scalable_file = 'cursor.svg' width = '24' height = '24'/>
<bitmap filename = 'cursor_small.bmp' scalable_file = 'cursor.svg' width = '16' height = '16'/>
<bitmap filename = 'checkbox.bmp'/>
<bitmap filename = 'checkbox_empty.bmp'/>
<bitmap filename = 'checkbox_disabled.bmp'/>