remove dep on window_size
This commit is contained in:
parent
dd9b9fdc62
commit
4bbf694479
8 changed files with 2 additions and 29 deletions
|
|
@ -43,6 +43,7 @@ static void my_application_activate(GApplication* application) {
|
|||
}
|
||||
}
|
||||
#endif
|
||||
gtk_widget_set_size_request(GTK_WIDGET(window), 500, 500);
|
||||
if (use_header_bar) {
|
||||
GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
|
||||
gtk_widget_show(GTK_WIDGET(header_bar));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue