diff options
| author | suv-lp <> | 2017-01-26 16:38:02 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2017-01-26 16:38:02 +0000 |
| commit | ed1a122295c24cd0bdec973d0e6f36bc2e284877 (patch) | |
| tree | 688798fcb5e94a778b45da9d1ae82b606fced5c5 /share/extensions/grid_cartesian.py | |
| parent | [Bug #1659426] About screen - Missing image and small window - Translation co... (diff) | |
| download | inkscape-ed1a122295c24cd0bdec973d0e6f36bc2e284877.tar.gz inkscape-ed1a122295c24cd0bdec973d0e6f36bc2e284877.zip | |
[Bug #1659446] Cartesian Grid dialogue box bottom under dock.
Fixed bugs:
- https://launchpad.net/bugs/1659446
(bzr r15457)
Diffstat (limited to 'share/extensions/grid_cartesian.py')
| -rwxr-xr-x | share/extensions/grid_cartesian.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/extensions/grid_cartesian.py b/share/extensions/grid_cartesian.py index 26270002d..e92509505 100755 --- a/share/extensions/grid_cartesian.py +++ b/share/extensions/grid_cartesian.py @@ -44,6 +44,9 @@ def draw_SVG_rect(x,y,w,h, width, fill, name, parent): class Grid_Polar(inkex.Effect): def __init__(self): inkex.Effect.__init__(self) + self.OptionParser.add_option("--tab", + action="store", type="string", + dest="tab", default="x_tab") self.OptionParser.add_option("--x_divs", action="store", type="int", dest="x_divs", default=5, |
