[gnome-boxes/gnome-3-4: 7/15] layout: fix broken Wizard and Properties layout
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-boxes/gnome-3-4: 7/15] layout: fix broken Wizard and Properties layout
- Date: Fri, 30 Mar 2012 18:46:12 +0000 (UTC)
commit 6d4252b925817dea16be5cc0d7739498b60788d8
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Thu Mar 29 04:27:00 2012 +0200
layout: fix broken Wizard and Properties layout
A recent change in clutter has introduced a regression in Boxes:
8c0be4181bc48917535177b3ce61f87d78f0c27d
It seems to use the first column/row expand value for the rest of the
table cells. Further investigation needed with Clutter gang.
For now, let's just remove expand from the topbar, which spans over 2
cells.
https://bugzilla.gnome.org/show_bug.cgi?id=672853
src/app.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app.vala b/src/app.vala
index f459a4f..c0c57f2 100644
--- a/src/app.vala
+++ b/src/app.vala
@@ -441,7 +441,7 @@ private class Boxes.App: Boxes.UI {
actor_remove (sidebar.actor);
actor_remove (view.actor);
box.pack (topbar.actor, "column", 0, "row", 0, "column-span", 2,
- "x-expand", true, "y-expand", false);
+ "x-expand", false, "y-expand", false);
box.pack (sidebar.actor, "column", 0, "row", 1,
"x-expand", false, "y-expand", true);
box.pack (view.actor, "column", 1, "row", 1,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]