[Draw] fix del combo

This commit is contained in:
Ajetski
2025-10-22 18:09:41 +00:00
committed by github-actions[bot]
parent b0a4c92218
commit 5e60db4c2a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -541,8 +541,8 @@ rect.held, rect.combo.held {
<use href="#mdi:apple-keyboard-option" xlink:href="#mdi:apple-keyboard-option" x="-9" y="-13" height="18" width="18.0" class="key tap glyph mdi:apple-keyboard-option"/>
</g>
<g class="combo combopos-0">
<rect rx="6" ry="6" x="910" y="92" width="28" height="26" class="combo"/>
<use href="#mdi:backspace-reverse-outline" xlink:href="#mdi:backspace-reverse-outline" x="915" y="96" height="18" width="18.0" class="combo tap glyph mdi:backspace-reverse-outline"/>
<rect rx="6" ry="6" x="742" y="74" width="28" height="26" class="combo"/>
<use href="#mdi:backspace-reverse-outline" xlink:href="#mdi:backspace-reverse-outline" x="747" y="78" height="18" width="18.0" class="combo tap glyph mdi:backspace-reverse-outline"/>
</g>
<g class="combo combopos-1">
<path d="M103,100 l-13,43" class="combo"/>

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB