@ntrel commented on this pull request.


In src/notebook.c:

>  void notebook_init(void)
 {
+	GtkWidget *btn = gtk_button_new_with_label("☰");

@codebrainz I read that "open-menu-symbolic" is the icon that matches the unicode symbol. But that doesn't work on GTK2 with gtk_image_new_from_icon_name.

in my browser here, it looks like an equal symbol

Seems like a font bug?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.