Fixed sizing of main window

pull/36/head
parent 28fe2c0237
commit 1544fc2345

@ -767,8 +767,6 @@ main_window *yon_main_window_complete(main_window *widgets){
g_timeout_add(1000,(GSourceFunc)on_check_domain_connected,widgets); g_timeout_add(1000,(GSourceFunc)on_check_domain_connected,widgets);
gtk_widget_set_size_request(widgets->Window,800,-1);
main_config.localeslist = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_BOOLEAN); main_config.localeslist = gtk_list_store_new(3,G_TYPE_STRING,G_TYPE_STRING,G_TYPE_BOOLEAN);
int size; int size;
config_str locales = yon_file_open(get_locales_command,&size); config_str locales = yon_file_open(get_locales_command,&size);

Loading…
Cancel
Save