rename select file icon
This commit is contained in:
23
icons/myicons/select-file.svg
Normal file
23
icons/myicons/select-file.svg
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 64 64">
|
||||||
|
<path d="
|
||||||
|
M5,50
|
||||||
|
L5,10
|
||||||
|
C5,5 10,5 10,5
|
||||||
|
L20,5
|
||||||
|
C22,5 25,7 25,7
|
||||||
|
C25,7, 28,10 30,10
|
||||||
|
L55,10
|
||||||
|
C60,10 60,15 60,15
|
||||||
|
L60,50
|
||||||
|
C60,55 55,55 55,55
|
||||||
|
L10,55
|
||||||
|
C10,55 5,55 5,50"
|
||||||
|
style="fill:#ddd;stroke:black; stroke-width:4;"/>
|
||||||
|
|
||||||
|
<rect x="20" y="20" width="30" height="39" rx="3"
|
||||||
|
style="fill:#eee; stroke: black; stroke-width:4; stroke-linejoin:round;"/>
|
||||||
|
|
||||||
|
<line x1="25" y1="30" x2="40" y2="30" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
|
||||||
|
<line x1="25" y1="37" x2="35" y2="37" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
|
||||||
|
<line x1="25" y1="44" x2="40" y2="44" style="stroke: black; stroke-width:4; stroke-linecap:round;"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 780 B |
@@ -23,7 +23,7 @@ class OpenFilePlugin(PluginBase):
|
|||||||
|
|
||||||
def _action_open_file(self) -> RAction:
|
def _action_open_file(self) -> RAction:
|
||||||
open_file = RAction(_("&Open..."), self._open_file_dialog, shortcut='Ctrl+O',
|
open_file = RAction(_("&Open..."), self._open_file_dialog, shortcut='Ctrl+O',
|
||||||
icon_file="icons/myicons/folder-outline.svg")
|
icon_file="icons/myicons/select-file.svg")
|
||||||
return open_file
|
return open_file
|
||||||
|
|
||||||
def _sub_menu_recent_files(self) -> RMenu:
|
def _sub_menu_recent_files(self) -> RMenu:
|
||||||
|
|||||||
Reference in New Issue
Block a user