[gnome-builder] build-tools: fix sizing when maximized
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] build-tools: fix sizing when maximized
- Date: Fri, 19 Feb 2016 20:59:37 +0000 (UTC)
commit b79d4a1c236f34351822465b0113283e0d88cfe9
Author: Christian Hergert <christian hergert me>
Date: Fri Feb 19 12:59:28 2016 -0800
build-tools: fix sizing when maximized
The ListBox was expanding when maximized on large screen sizes. It appears
that the EggColumnLayout can deal with this just fine by doing halign to
GTK_ALIGN_START since it will try for an optimal preferred size of
something rectangular.
plugins/build-tools/gbp-build-perspective.ui | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/build-tools/gbp-build-perspective.ui b/plugins/build-tools/gbp-build-perspective.ui
index da4490a..71de4ca 100644
--- a/plugins/build-tools/gbp-build-perspective.ui
+++ b/plugins/build-tools/gbp-build-perspective.ui
@@ -4,6 +4,7 @@
<template class="GbpBuildPerspective" parent="GtkBin">
<child>
<object class="GtkBox">
+ <property name="halign">start</property>
<property name="orientation">horizontal</property>
<property name="visible">true</property>
<child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]