Removed TABs and trailing whitespace from GtkComboBox and GtkTreeMenu

This commit is contained in:
Tristan Van Berkom
2011-01-05 00:14:25 +09:00
parent f5f822b91c
commit 68aa336f5f
4 changed files with 1335 additions and 1338 deletions

View File

@ -2546,10 +2546,8 @@ gtk_combo_box_size_allocate (GtkWidget *widget,
gtk_widget_set_size_request (priv->popup_window, width, height);
}
child.width = MAX (1, child.width);
child.height = MAX (1, child.height);
gtk_widget_size_allocate (child_widget, &child);
}
}
@ -2908,7 +2906,6 @@ gtk_combo_box_scroll_event (GtkWidget *widget,
/*
* menu style
*/
static gboolean
gtk_combo_box_row_separator_func (GtkTreeModel *model,
GtkTreeIter *iter,