diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-05-09 09:55:39 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2025-05-09 09:57:08 +0200 |
commit | f0f2589451aeab54995ff2e8f384d1523fffd87a (patch) | |
tree | 00661de97871341c34324d899b457e6571025653 /data/graphics | |
parent | 3f630c76de06a0cbda163342b5ae0bf166aaad9f (diff) | |
download | mana-fix-item-tooltip-visibility.tar.gz mana-fix-item-tooltip-visibility.tar.bz2 mana-fix-item-tooltip-visibility.tar.xz mana-fix-item-tooltip-visibility.zip |
Fixed tooltip visibility logic for shortcut and inventory windowsfix-item-tooltip-visibility
* When hovering an empty box in the shortcut window, the tooltip of a
previously hovered non-empty box would stay visible.
* When hovering to the right of a row of inventory items, the tooltip
for the left-most item on the next row would be displayed.
Also added some padding to shift the text and item icon a little in the
shortcut window when using the Jewelry theme.
Diffstat (limited to 'data/graphics')
-rw-r--r-- | data/graphics/gui/jewelry/theme.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/graphics/gui/jewelry/theme.xml b/data/graphics/gui/jewelry/theme.xml index aa965d07..a6c2e1a0 100644 --- a/data/graphics/gui/jewelry/theme.xml +++ b/data/graphics/gui/jewelry/theme.xml @@ -499,7 +499,7 @@ </state> </skin> - <skin type="ShortcutBox" width="36" height="42"> + <skin type="ShortcutBox" padding="2" width="36" height="42"> <state> <img src="window.png" x="58" y="75" width="36" height="42" /> </state> |