summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2018-06-05 11:25:21 +0000
committerTavmjong Bah <tavmjong@free.fr>2018-06-05 11:25:21 +0000
commita7522fdefdb440013e0f74ea62fa79da5055e762 (patch)
tree8aa1f8bab00407783014290442afa4ba2b2f5be2 /src
parentAdd support for character variant OpenType tags (cv01, cv02, ...). (diff)
downloadinkscape-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.cpp2
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);