From 27670996b4ecac97d261f6f9e08c6db18b128429 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Sun, 28 Jul 2019 10:21:12 +0200 Subject: Do not hide buttons in print preview (#499) --- print/resources/style.css | 9 --------- templates/print.inx | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/print/resources/style.css b/print/resources/style.css index 3e96e2ba..e1bb857a 100644 --- a/print/resources/style.css +++ b/print/resources/style.css @@ -629,15 +629,6 @@ body { pointer-events: none; } - figure.inksimulation div { - display: none; - } - - /* Display svg buttons only with svg hover */ - figure.inksimulation:hover > div { - display: block; - } - /* Color Swatches */ .color-palette { diff --git a/templates/print.inx b/templates/print.inx index 32053842..61385129 100644 --- a/templates/print.inx +++ b/templates/print.inx @@ -1,6 +1,6 @@ - {% trans %}Print{% endtrans %} + {% trans %}Print / Realistic Preview{% endtrans %} org.inkstitch.print.{{ locale }} inkstitch.py inkex.py -- cgit v1.2.3