diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2018-06-05 11:25:21 +0000 |
|---|---|---|
| committer | Tavmjong Bah <tavmjong@free.fr> | 2018-06-05 11:25:21 +0000 |
| commit | a7522fdefdb440013e0f74ea62fa79da5055e762 (patch) | |
| tree | 8aa1f8bab00407783014290442afa4ba2b2f5be2 /src | |
| parent | Add support for character variant OpenType tags (cv01, cv02, ...). (diff) | |
| download | inkscape-a7522fdefdb440013e0f74ea62fa79da5055e762.tar.gz inkscape-a7522fdefdb440013e0f74ea62fa79da5055e762.zip | |
Use all available space for Ordinal label.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/widget/font-variants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/font-variants.cpp b/src/ui/widget/font-variants.cpp index e9b869ea5..a152ca33b 100644 --- a/src/ui/widget/font-variants.cpp +++ b/src/ui/widget/font-variants.cpp @@ -256,7 +256,7 @@ namespace Widget { _numeric_grid.attach (_numeric_stacked_label, 4, 2, 1, 1); _numeric_grid.attach (_numeric_ordinal, 0, 3, 1, 1); - _numeric_grid.attach (_numeric_ordinal_label, 1, 3, 1, 1); + _numeric_grid.attach (_numeric_ordinal_label, 1, 3, 4, 1); _numeric_grid.attach (_numeric_slashed_zero, 0, 4, 1, 1); _numeric_grid.attach (_numeric_slashed_zero_label, 1, 4, 1, 1); |
