diff options
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r-- | src/empathy-main-window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index 6656ee0e4..84bdd70b0 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -1831,6 +1831,7 @@ empathy_main_window_init (EmpathyMainWindow *window) gtk_widget_show (priv->presence_chooser); item = gtk_tool_item_new (); gtk_widget_show (GTK_WIDGET (item)); + gtk_widget_set_size_request (priv->presence_chooser, 10, -1); gtk_container_add (GTK_CONTAINER (item), priv->presence_chooser); gtk_tool_item_set_is_important (item, TRUE); gtk_tool_item_set_expand (item, TRUE); |