Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
tev
plugin_event
Commits
af68d33c
Commit
af68d33c
authored
Dec 19, 2016
by
LE GAC Renaud
Browse files
Add the icon xminetype-png.
parent
ebd26f45
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
static/plugin_event/resources/css/kde-oxygen.css
static/plugin_event/resources/css/kde-oxygen.css
+5
-0
static/plugin_event/resources/icons/kde-oxygen/16x16/image-x-generic.png
...vent/resources/icons/kde-oxygen/16x16/image-x-generic.png
+0
-0
views/plugin_event/graph_mpl.html
views/plugin_event/graph_mpl.html
+3
-2
No files found.
static/plugin_event/resources/css/kde-oxygen.css
View file @
af68d33c
...
...
@@ -13,3 +13,8 @@
background-image
:
url(../icons/kde-oxygen/16x16/format-break-node.png)
;
background-repeat
:
no-repeat
;
}
.xminetype-png
{
background-image
:
url(../icons/kde-oxygen/16x16/image-x-generic.png)
;
background-repeat
:
no-repeat
;
}
static/plugin_event/resources/icons/kde-oxygen/16x16/image-x-generic.png
0 → 100644
View file @
af68d33c
659 Bytes
views/plugin_event/graph_mpl.html
View file @
af68d33c
...
...
@@ -62,11 +62,12 @@
menu
=
Ext
.
create
(
"
Ext.menu.Menu
"
,
{
items
:
[{
text
:
"
{{=trToPNG}}
"
,
href
:
"
{{=url_png}}
"
href
:
"
{{=url_png}}
"
,
iconCls
:
"
xminetype-png
"
},
{
text
:
"
{{=trToPDF}}
"
,
href
:
"
{{=url_pdf}}
"
,
iconCls
:
'
xminetype-pdf
'
iconCls
:
"
xminetype-pdf
"
}]
});
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment