[gnome-boxes] empty-boxes: Align multiline label to left
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes] empty-boxes: Align multiline label to left
- Date: Tue, 9 Sep 2014 21:04:21 +0000 (UTC)
commit 621fc88fdc0468797a964d46a3396231d8a4f6da
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Sep 9 20:41:14 2014 +0100
empty-boxes: Align multiline label to left
While the 'xalign' property of Gtk.Misc might be deprecated, seems there
is currently no way to correctly align a multiline label w/o using this
property. Lets use it until gtk+ provides an alternative.
https://bugzilla.gnome.org/show_bug.cgi?id=735841
data/ui/empty-boxes.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/data/ui/empty-boxes.ui b/data/ui/empty-boxes.ui
index 504a6ac..6b37434 100644
--- a/data/ui/empty-boxes.ui
+++ b/data/ui/empty-boxes.ui
@@ -93,6 +93,8 @@
<object class="GtkLabel" id="instructions_label">
<property name="visible">True</property>
<property name="use-markup">True</property>
+ <!-- Work around for: https://bugzilla.gnome.org/show_bug.cgi?id=735841 -->
+ <property name="xalign">0</property>
<property name="halign">start</property>
<property name="vexpand">True</property>
<property name="halign">start</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]