diff options
| -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> |
