Added a border around the font selection
This commit is contained in:
parent
16a1c1a659
commit
2af66a21a4
|
@ -14,6 +14,7 @@ static int _fontsel(void)
|
|||
GtkWidget * fontsel;
|
||||
|
||||
window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
|
||||
gtk_container_set_border_width(GTK_CONTAINER(window), 4);
|
||||
gtk_window_set_title(GTK_WINDOW(window), "Font browser");
|
||||
g_signal_connect(G_OBJECT(window), "delete_event", G_CALLBACK(
|
||||
_fontsel_on_exitx), NULL);
|
||||
|
|
Loading…
Reference in New Issue
Block a user