diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2019-07-28 10:21:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-28 10:21:12 +0200 |
| commit | 27670996b4ecac97d261f6f9e08c6db18b128429 (patch) | |
| tree | 8e37c9ca6abb9cb87c8d778938b9e366d6cf113a | |
| parent | d5e873f8c50789b94e24d27a30c72f65ba9c08a3 (diff) | |
Do not hide buttons in print preview (#499)
| -rw-r--r-- | print/resources/style.css | 9 | ||||
| -rw-r--r-- | templates/print.inx | 2 |
2 files changed, 1 insertions, 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 @@ <?xml version="1.0" encoding="UTF-8"?> <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Print{% endtrans %}</name> + <name>{% trans %}Print / Realistic Preview{% endtrans %}</name> <id>org.inkstitch.print.{{ locale }}</id> <dependency type="executable" location="extensions">inkstitch.py</dependency> <dependency type="executable" location="extensions">inkex.py</dependency> |
