f-spot r3998 - trunk/src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3998 - trunk/src
- Date: Tue, 27 May 2008 14:40:24 +0000 (UTC)
Author: sdelcroix
Date: Tue May 27 14:40:24 2008
New Revision: 3998
URL: http://svn.gnome.org/viewvc/f-spot?rev=3998&view=rev
Log:
drawing the toolbar buttons
Modified:
trunk/src/GroupSelector.cs
Modified: trunk/src/GroupSelector.cs
==============================================================================
--- trunk/src/GroupSelector.cs (original)
+++ trunk/src/GroupSelector.cs Tue May 27 14:40:24 2008
@@ -965,6 +965,8 @@
protected override void OnSizeRequested (ref Requisition requisition)
{
+ left.SizeRequest ();
+ right.SizeRequest ();
requisition.Width = 500;
requisition.Height = (int) (LegendHeight () + glass.handle_height + 3 * border);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]