Skip to content
Snippets Groups Projects
Commit 44563d9e authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add bug about hardcoded msg-box bordercolor when editing the box contents

parent 022f1a3c
No related branches found
No related tags found
No related merge requests found
...@@ -225,6 +225,8 @@ Everything else: (A [x] means we've fixed it) ...@@ -225,6 +225,8 @@ Everything else: (A [x] means we've fixed it)
of the screen. Can't think of anything except maybe a bug in nw.js Window.x? of the screen. Can't think of anything except maybe a bug in nw.js Window.x?
[ ] work on resizing dialog windows to the document content (currently some do, some don't) [ ] work on resizing dialog windows to the document content (currently some do, some don't)
[ ] add Mac support by changing evt.ctrlKey to evt.ctrlKey||evt.metaKey [ ] add Mac support by changing evt.ctrlKey to evt.ctrlKey||evt.metaKey
[ ] when editing message box contents, the background svg image is hardcoded with a border color of blue.
look into using mask-image in order to make this background color theme-able
Crashers Crashers
-------- --------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment