We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1546b67 commit 3693bc6Copy full SHA for 3693bc6
src/math-display.c
@@ -342,7 +342,6 @@ create_gui(MathDisplay *display)
342
/* TEMP: Disabled for now as GTK+ doesn't properly render a right aligned right margin, see bug #482688 */
343
/*gtk_text_view_set_right_margin(GTK_TEXT_VIEW(display->priv->text_view), 6);*/
344
gtk_text_view_set_justification(GTK_TEXT_VIEW(display->priv->text_view), GTK_JUSTIFY_RIGHT);
345
- gtk_widget_ensure_style(display->priv->text_view);
346
font_desc = pango_font_description_copy(gtk_widget_get_style(display->priv->text_view)->font_desc);
347
pango_font_description_set_size(font_desc, 16 * PANGO_SCALE);
348
gtk_widget_modify_font(display->priv->text_view, font_desc);
0 commit comments