Merge pull request #992 from argonui/tooltips

Fixed tooltip position for XML windows
This commit is contained in:
dscarpac 2024-11-17 09:06:20 -06:00 committed by GitHub
commit 4ee824ba01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@
color="clear"
icon="close"
tooltip="Close"
tooltipOffset="20"
tooltipPosition="Right"
tooltipBackgroundColor="rgba(0,0,0,1)"
onClick="onClick_toggleUi(downloadWindow)"/>

View File

@ -77,6 +77,7 @@
color="clear"
icon="close"
tooltip="Close"
tooltipOffset="20"
tooltipPosition="Right"
tooltipBackgroundColor="rgba(0,0,0,1)"
onClick="onClick_toggleUi(playAreaGallery)"/>