forked from Mudlet/Mudlet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: improve symbols on map pan buttons (Mudlet#6982)
#### Brief overview of PR changes/additions This PR converts all 6 of the pan control buttons into `QToolButton`s which have the feature that Qt can itself generate triangular "Arrow" icons for - which *might* avoid the "emojification" that was taking place in the current release code for some OS/Font combinations. The two Z direction buttons do not have such arrows and retain their original "+" or "-" text. #### Motivation for adding to Mudlet On some MacOS users machines the map pan buttons are not included in the font that is being used to render the mapper controls. One user has suggested that we try some arrow symbols instead and I tried that already in PR Mudlet#6981. However those did seem a bit thin and I have an alternative that I wish to test here. #### Other info (issues closed, discussion etc) This may close Mudlet#5454. Only one of this and Mudlet#6981 should be needed. 😀 Signed-off-by: Stephen Lyons <[email protected]>
- Loading branch information
Showing
2 changed files
with
34 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters