[gnome-online-accounts] panel: Remove unneeded sizing options



commit 4db50d66d9ed88d1f8c0092953e7816da7b47fa2
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Jun 24 13:29:43 2011 +0100

    panel: Remove unneeded sizing options

 src/panel/goapanel.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/panel/goapanel.c b/src/panel/goapanel.c
index 61c721f..cdf7a3a 100644
--- a/src/panel/goapanel.c
+++ b/src/panel/goapanel.c
@@ -197,8 +197,6 @@ goa_panel_init (GoaPanel *panel)
 
  out:
   w = GTK_WIDGET (gtk_builder_get_object (panel->builder, "goa-top-widget"));
-  /* TODO: not sure this is quite the right way to force minimum size */
-  gtk_widget_set_size_request (w, 0, 400);
   gtk_widget_reparent (w, GTK_WIDGET (panel));
   gtk_widget_show_all (w);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]