You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
753 B
22 lines
753 B
7 years ago
|
Closes: https://gitlab.gnome.org/GNOME/mutter/issues/244
|
||
|
Signed-off-by: Olivier Fourdan <ofourdan at redhat.com>
|
||
|
---
|
||
|
modules/gui/qt/util/timetooltip.cpp | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules/gui/qt/util/timetooltip.cpp b/modules/gui/qt/util/timetooltip.cpp
|
||
|
index 1314b520ea..7a63a9d7d9 100644
|
||
|
--- a/modules/gui/qt/util/timetooltip.cpp
|
||
|
+++ b/modules/gui/qt/util/timetooltip.cpp
|
||
|
@@ -73,7 +73,7 @@ void TimeTooltip::adjustPosition()
|
||
|
#if defined( Q_OS_WIN )
|
||
|
mTarget.y() - 2 * size.height() - TIP_HEIGHT / 2 );
|
||
|
#else
|
||
|
- mTarget.y() - size.height() + TIP_HEIGHT / 2 );
|
||
|
+ mTarget.y() - size.height() - TIP_HEIGHT / 2 );
|
||
|
#endif
|
||
|
|
||
|
// Keep the tooltip on the same screen if possible
|
||
|
--
|
||
|
2.17.1
|