banshee r4497 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Widgets
- From: gburt svn gnome org
- To: svn-commits-list gnome org
- Subject: banshee r4497 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Widgets
- Date: Mon, 8 Sep 2008 23:57:07 +0000 (UTC)
Author: gburt
Date: Mon Sep 8 23:57:07 2008
New Revision: 4497
URL: http://svn.gnome.org/viewvc/banshee?rev=4497&view=rev
Log:
2008-09-08 Gabriel Burt <gabriel burt gmail com>
* src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs: Fill and expand
the label so that it's centered (BGO #551436).
Modified:
trunk/banshee/ChangeLog
trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs
Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs (original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Widgets/ImageButton.cs Mon Sep 8 23:57:07 2008
@@ -49,7 +49,7 @@
HBox hbox = new HBox ();
hbox.Spacing = 2;
hbox.PackStart (image, false, false, 0);
- hbox.PackStart (label, false, false, 0);
+ hbox.PackStart (label, true, true, 0);
Child = hbox;
CanDefault = true;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]