mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-24 14:38:45 +00:00
bug2823: fixed wrong place of fullscreen and exitFullscreen pictures on dashboard view.
This commit is contained in:
+2
-2
@@ -58,11 +58,11 @@ public interface RaceMapResources extends ClientBundle {
|
||||
@MimeType("image/png")
|
||||
DataResource settingsIcon();
|
||||
|
||||
@Source("com/sap/sailing/gwt/home/shared/fullscreen.svg")
|
||||
@Source("com/sap/sailing/gwt/ui/client/images/fullscreen.svg")
|
||||
@MimeType("image/svg+xml")
|
||||
DataResource fullScreen();
|
||||
|
||||
@Source("com/sap/sailing/gwt/home/shared/exitFullscreen.svg")
|
||||
@Source("com/sap/sailing/gwt/ui/client/images/exitFullscreen.svg")
|
||||
@MimeType("image/svg+xml")
|
||||
DataResource exitFullScreen();
|
||||
|
||||
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg version="1.1" id="Capa_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" style="enable-background:new 0 0 32 32;" xml:space="preserve">
|
||||
<g>
|
||||
<polygon style="fill:#ffffff;" points="24.586,27.414 29.172,32 32,29.172 27.414,24.586 32,20 20,20 20,32 "/>
|
||||
<polygon style="fill:#ffffff;" points="0,12 12,12 12,0 7.414,4.586 2.875,0.043 0.047,2.871 4.586,7.414 "/>
|
||||
<polygon style="fill:#ffffff;" points="0,29.172 2.828,32 7.414,27.414 12,32 12,20 0,20 4.586,24.586 "/>
|
||||
<polygon style="fill:#ffffff;" points="20,12 32,12 27.414,7.414 31.961,2.871 29.133,0.043 24.586,4.586 20,0 "/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 735 B |
+52
@@ -0,0 +1,52 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Generator: Adobe Illustrator 19.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
version="1.1"
|
||||
id="Ebene_1"
|
||||
x="0px"
|
||||
y="0px"
|
||||
viewBox="15 5 30 30"
|
||||
style="enable-background:new 15 5 30 30;"
|
||||
xml:space="preserve"
|
||||
inkscape:version="0.91 r13725"
|
||||
sodipodi:docname="fullscreen.svg"><metadata
|
||||
id="metadata3354"><rdf:RDF><cc:Work
|
||||
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
||||
id="defs3352" /><sodipodi:namedview
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1"
|
||||
objecttolerance="10"
|
||||
gridtolerance="10"
|
||||
guidetolerance="10"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:window-width="944"
|
||||
inkscape:window-height="1042"
|
||||
id="namedview3350"
|
||||
showgrid="false"
|
||||
inkscape:zoom="25"
|
||||
inkscape:cx="15"
|
||||
inkscape:cy="15"
|
||||
inkscape:window-x="1600"
|
||||
inkscape:window-y="0"
|
||||
inkscape:window-maximized="0"
|
||||
inkscape:current-layer="Ebene_1" /><style
|
||||
type="text/css"
|
||||
id="style3346">
|
||||
.st0{fill:#FFFFFF;}
|
||||
</style><path
|
||||
class="st0"
|
||||
d="M 38.93333,26.66667 35.2875,23.125 33.1,25.3125 36.64167,28.85417 33.1,32.5 l 9.375,0 0,-9.375 -3.54167,3.54167 z M 26.85,7.5 l -9.375,0 0,9.375 3.54167,-3.54167 3.54166,3.54167 2.1875,-2.1875 L 23.20417,11.14583 26.85,7.5 Z m 0,17.8125 -2.1875,-2.1875 -3.54167,3.54167 -3.64583,-3.54167 0,9.375 9.375,0 L 23.30833,28.95833 26.85,25.3125 Z M 42.475,7.5 33.1,7.5 36.64167,11.04167 33.1,14.58333 l 2.1875,2.1875 3.54167,-3.54166 3.64583,3.64583 0,-9.375 z"
|
||||
id="path3348"
|
||||
inkscape:connector-curvature="0"
|
||||
style="fill:#ffffff" /></svg>
|
||||
|
After Width: | Height: | Size: 2.1 KiB |
Reference in New Issue
Block a user