Skip to content

Commit

Permalink
Disable resizing of the GTK+ window.
Browse files Browse the repository at this point in the history
I may regret this change and revert it later, though.
  • Loading branch information
icculus committed Dec 14, 2009
1 parent f7013a8 commit b5af8dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui_gtkplus2.c
Expand Up @@ -414,6 +414,7 @@ static GtkWidget *create_gtkwindow(const char *title,
canfwd = TRUE;

window = gtk_window_new(GTK_WINDOW_TOPLEVEL);
gtk_window_set_resizable(GTK_WINDOW(window), FALSE);
gtk_window_set_title(GTK_WINDOW(window), title);
gtk_container_set_border_width(GTK_CONTAINER(window), 8);

Expand Down

0 comments on commit b5af8dd

Please sign in to comment.