You need to sign in or sign up before continuing.
Commit 217bb414 authored by Victor Ananjevsky's avatar Victor Ananjevsky

use monostace font by default in text-info dialog

parent f7461944
......@@ -469,6 +469,8 @@ text_create_widget (GtkWidget * dlg)
if (options.text_data.wrap)
gtk_text_view_set_wrap_mode (GTK_TEXT_VIEW (text_view), GTK_WRAP_WORD_CHAR);
gtk_text_view_set_monospace (GTK_TEXT_VIEW (text_view), TRUE);
if (options.common_data.font || options.text_data.fore || options.text_data.back)
{
GtkCssProvider *provider;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment