-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EMSUSD-877 Update the look of the Layer Editor.
- Make the action buttons only be drawn when active or when the mouse is over the layer item in the layer editor. - Change all the layer item action icons with the new provided images. - Make the text, icons all be draw muted when the item is disabled. - Use different images for on/off and hover. - Don't draw a background rectangle under the action icons. - Make each layer item row be 24 pixels high. - Adjust action icon centering for narrower rows. - Use same code to paint edit target and action icons. - Show the mouse cursor with the context menu marker in the layer editor. - Move save count badge to the left of the save button and adjust its rendering. - Remove the 1-pixel offset when an layer item is selected. - Pass multiple data needed to draw an item in struct to simplify calls. - Adjust the offset of the disable striped background so that it aligns between rows. - Adjust the striped background positioning taking into consideration the position of the item and its indentation. - Adjust background color of the layer editor. - Add hover highlight of the layer row. - Update striped background. - Fixed the problems that some tooltips were not showing. - Simplified the tooltip handling code.. - Elide the name of layers with ellipsis when too long to fit.
- Loading branch information
1 parent
4d4c036
commit 1b29020
Showing
91 changed files
with
364 additions
and
273 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
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
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
Oops, something went wrong.