gtk: let gtk decide window size of palette config window (looks better)

This commit is contained in:
punkrockguy318 2011-03-16 04:25:43 +00:00
parent 7b4e7489e5
commit 6730a2d237
1 changed files with 0 additions and 2 deletions

View File

@ -195,8 +195,6 @@ void openPaletteConfig()
vbox = gtk_vbox_new(FALSE, 5);
gtk_container_add(GTK_CONTAINER(win), vbox);
gtk_widget_set_size_request(win, 460, 275);
paletteFrame = gtk_frame_new("Custom palette: ");
paletteHbox = gtk_hbox_new(FALSE, 5);
gtk_container_set_border_width(GTK_CONTAINER(paletteHbox), 5);