Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GUI] Make total balance menu easier to display #902

Merged
merged 1 commit into from
Mar 16, 2021

Conversation

WetOne
Copy link
Collaborator

@WetOne WetOne commented Mar 13, 2021

Problem

Clicking on the question mark icon for the Total Balance does not (consistently) result in the tooltip appearing.

Root Cause

The tooltip is drawn too close to where the cursor is.

Solution

Move the origin of the tooltip to the right. Note that the whole of the item (text and all) is the clickable to make the menu appear. The issue only occurred when clicking the icon which was on the right end of the button.

Issues Addressed

#897

@codeofalltrades codeofalltrades added the Component: GUI Primarily related to the display of the user interface label Mar 14, 2021
Copy link
Collaborator

@codeofalltrades codeofalltrades left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK 4e08ba3

@codeofalltrades codeofalltrades merged commit e55a309 into Veil-Project:master Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: GUI Primarily related to the display of the user interface
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants