The gnome OSD uses the document size in order to display the SVG,
this is usually desirable as pad buttons must be placed relative
to their real location in the tablet.

In the EKR case, the layout sits somewhere in between in the
document, not even centered horizontally or vertically, so applying
the same sizing logic that's usually desirable for integrated pads
comes out with the EKR layout sitting in an equally seemingly random
place in the screen.

Changing the document size to fit the layout better results in
the OSD layout being nicely centered, and using the maximum space
available.

Signed-off-by: Carlos Garnacho <carl...@gnome.org>
---
 data/layouts/ek-remote.svg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/layouts/ek-remote.svg b/data/layouts/ek-remote.svg
index 37dea4b..6ff45d2 100644
--- a/data/layouts/ek-remote.svg
+++ b/data/layouts/ek-remote.svg
@@ -10,8 +10,8 @@
    version="1.1"
    style="color:#000000;stroke:#7f7f7f;fill:none;stroke-width:.25;font-size:8"
    id="ek-remote"
-   width="350"
-   height="275"
+   width="265"
+   height="215"
    inkscape:version="0.91 r13725"
    sodipodi:docname="ek-remote.svg">
   <sodipodi:namedview
-- 
2.7.4


------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to