mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 22:10:08 +00:00
Merge branch 'fix-fractional-letterspacing' into 'main'
css: Allow fractional letterspacing Closes #5034 See merge request GNOME/gtk!4857
This commit is contained in:
commit
f56c0bc034
@ -596,7 +596,7 @@ gtk_css_style_get_pango_attributes (GtkCssStyle *style)
|
|||||||
GtkTextDecorationStyle decoration_style;
|
GtkTextDecorationStyle decoration_style;
|
||||||
const GdkRGBA *color;
|
const GdkRGBA *color;
|
||||||
const GdkRGBA *decoration_color;
|
const GdkRGBA *decoration_color;
|
||||||
int letter_spacing;
|
double letter_spacing;
|
||||||
|
|
||||||
/* text-decoration */
|
/* text-decoration */
|
||||||
decoration_line = _gtk_css_text_decoration_line_value_get (style->font_variant->text_decoration_line);
|
decoration_line = _gtk_css_text_decoration_line_value_get (style->font_variant->text_decoration_line);
|
||||||
|
Loading…
Reference in New Issue
Block a user