mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
updated search icon for EditorStatus
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" xml:space="preserve">
|
||||
<g><path fill="#9B9B9B" d="M18,5a9,9,0,1,0,9,9A9,9,0,0,0,18,5Zm0,16a7,7,0,1,1,7-7A7,7,0,0,1,18,21Zm-8-.2A9.4,9.4,0,0,0,11.2,22l-6.32,6.9L3.12,27.12Z"/></g>
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#9B9B9B" d="M20,0C13.4,0,8,5.4,8,12s5.4,12,12,12s12-5.4,12-12S26.6,0,20,0z M20,20c-4.4,0-8-3.6-8-8s3.6-8,8-8s8,3.6,8,8S24.4,20,20,20z M11.3,22.9L3,32l-3-3l9.1-8.3C9.7,21.5,10.5,22.3,11.3,22.9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 403 B |
@@ -333,6 +333,8 @@ X copy to clipboard button
|
||||
X implement alpha for url (70, 90, 100)
|
||||
X remove the color
|
||||
X get shift down from the editor window and pass to status
|
||||
X thicker version of the search icon for the status panel
|
||||
X copy the icon over from the manager
|
||||
|
||||
cleaning
|
||||
o should default to the local Java on Windows and Linux
|
||||
@@ -384,8 +386,6 @@ _ https://github.com/processing/processing4-javafx/issues/15
|
||||
|
||||
|
||||
next release
|
||||
_ thicker version of the search icon for the status panel
|
||||
_ copy the icon over from the manager
|
||||
_ changing between themes not updating the combo box text (though arrow trigger works)
|
||||
_ switching between alloys and minerals will properly update
|
||||
_ completion mode pop-up not following dark and light mode conventions
|
||||
|
||||
Reference in New Issue
Block a user