From 560f371f4b177f5aafb368b57565410bdf7ddd9b Mon Sep 17 00:00:00 2001 From: Chr1Z93 Date: Sat, 16 Nov 2024 14:56:40 +0100 Subject: [PATCH] Fixed tooltip position for XML windows --- xml/Global/DownloadWindow.xml | 1 + xml/Global/PlayAreaGallery.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/xml/Global/DownloadWindow.xml b/xml/Global/DownloadWindow.xml index 08cc315d..53ff55d2 100644 --- a/xml/Global/DownloadWindow.xml +++ b/xml/Global/DownloadWindow.xml @@ -63,6 +63,7 @@ color="clear" icon="close" tooltip="Close" + tooltipOffset="20" tooltipPosition="Right" tooltipBackgroundColor="rgba(0,0,0,1)" onClick="onClick_toggleUi(downloadWindow)"/> diff --git a/xml/Global/PlayAreaGallery.xml b/xml/Global/PlayAreaGallery.xml index 87a88ba6..a2db40cf 100644 --- a/xml/Global/PlayAreaGallery.xml +++ b/xml/Global/PlayAreaGallery.xml @@ -77,6 +77,7 @@ color="clear" icon="close" tooltip="Close" + tooltipOffset="20" tooltipPosition="Right" tooltipBackgroundColor="rgba(0,0,0,1)" onClick="onClick_toggleUi(playAreaGallery)"/>