diff options
| author | Geoff Lankow <geoff@darktrojan.net> | 2018-02-09 08:06:51 +0000 |
|---|---|---|
| committer | Geoff Lankow <geoff@darktrojan.net> | 2018-07-02 23:09:56 +0000 |
| commit | b06d2c86a864fcf25fdf8963b59134a9827d2df6 (patch) | |
| tree | 34c3e4583926ebc99b7fe705de1274a4a6bea76a /src/ui/widget/scalar.h | |
| parent | CI/AppVeyor: Remove --ask switch (diff) | |
| download | inkscape-b06d2c86a864fcf25fdf8963b59134a9827d2df6.tar.gz inkscape-b06d2c86a864fcf25fdf8963b59134a9827d2df6.zip | |
Reduce width of Transform dialog by making spinbuttons narrower
Diffstat (limited to 'src/ui/widget/scalar.h')
| -rw-r--r-- | src/ui/widget/scalar.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ui/widget/scalar.h b/src/ui/widget/scalar.h index 2632dd5a7..0d9ed9c4b 100644 --- a/src/ui/widget/scalar.h +++ b/src/ui/widget/scalar.h @@ -138,6 +138,11 @@ public: void setValue(double value, bool setProg = true); /** + * Sets the width of the spin button by number of characters. + */ + void setWidthChars(unsigned chars); + + /** * Manually forces an update of the spin button. */ void update(); |
