[gtk/wip/otte/listview: 1/161] tests: Set an existing font in testfontchooser



commit 721d5fcbd647f9ebe225f58adabeff45ca1384f1
Author: Benjamin Otte <otte redhat com>
Date:   Thu Dec 12 03:13:22 2019 +0100

    tests: Set an existing font in testfontchooser

 tests/testfontchooser.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tests/testfontchooser.c b/tests/testfontchooser.c
index e7c349ce37..039a5695b5 100644
--- a/tests/testfontchooser.c
+++ b/tests/testfontchooser.c
@@ -81,7 +81,7 @@ main (int argc, char *argv[])
   g_signal_connect (fontchooser, "font-activated",
                     G_CALLBACK (font_activated_cb), NULL);
 
-  gtk_font_chooser_set_font (GTK_FONT_CHOOSER (fontchooser), "Bitstream Vera Sans 45");
+  gtk_font_chooser_set_font (GTK_FONT_CHOOSER (fontchooser), "Sans 45");
   gtk_font_chooser_set_preview_text (GTK_FONT_CHOOSER (fontchooser), "[user@host ~]$ &>>");
   gtk_font_chooser_set_show_preview_entry (GTK_FONT_CHOOSER (fontchooser), FALSE);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]