[banshee: 34/61] [Hyena.Widgets] Use a WrapLabel in the message bar
- From: Gabriel Burt <gburt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [banshee: 34/61] [Hyena.Widgets] Use a WrapLabel in the message bar
- Date: Tue, 3 Nov 2009 06:30:42 +0000 (UTC)
commit 5fa99ab7e5590f6a2048ee2f573730ffd4c7c74d
Author: Gabriel Burt <gabriel burt gmail com>
Date: Tue Oct 13 11:30:37 2009 -0700
[Hyena.Widgets] Use a WrapLabel in the message bar
.../Hyena.Gui/Hyena.Widgets/MessageBar.cs | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs b/src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs
index 8ea5c31..420e64e 100644
--- a/src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs
+++ b/src/Libraries/Hyena.Gui/Hyena.Widgets/MessageBar.cs
@@ -39,7 +39,7 @@ namespace Hyena.Widgets
private HBox box;
private HBox button_box;
private AnimatedImage image;
- private Label label;
+ private WrapLabel label;
private Button close_button;
private Window win;
@@ -76,8 +76,7 @@ namespace Hyena.Widgets
} catch {
}
- label = new Label ();
- label.Xalign = 0.0f;
+ label = new WrapLabel ();
label.Show ();
box.PackStart (image, false, false, 0);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]