forked from AuroraMiddleware/gtk
gtk-demo: Don't hardcode a title font
We want a large font size, but we don't have to hardcode Sans.
This commit is contained in:
parent
8f9ee48aaa
commit
79fad9f221
@ -512,7 +512,7 @@ load_file (const char *demoname,
|
||||
|
||||
info_buffer = gtk_text_buffer_new (NULL);
|
||||
gtk_text_buffer_create_tag (info_buffer, "title",
|
||||
"font", "Sans 18",
|
||||
"size", 18 * 1024,
|
||||
"pixels-below-lines", 10,
|
||||
NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user