[gnome-software] Fix size allocation in the update details dialog
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Fix size allocation in the update details dialog
- Date: Thu, 15 Aug 2013 19:31:15 +0000 (UTC)
commit 22b104d6d491199cb72de8552a1b4afac6e3d1d8
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Aug 15 15:30:45 2013 -0400
Fix size allocation in the update details dialog
Setting resize-mode is never a good idea.
src/gnome-software.ui | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-software.ui b/src/gnome-software.ui
index 05e3fe9..9d9a18d 100644
--- a/src/gnome-software.ui
+++ b/src/gnome-software.ui
@@ -964,6 +964,7 @@ with multi-level undo.
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<property name="transient_for">window_software</property>
+ <property name="default-height">600</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -971,7 +972,6 @@ with multi-level undo.
<property name="margin_right">6</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
- <property name="resize_mode">immediate</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child internal-child="action_area">
@@ -1114,6 +1114,7 @@ with multi-level undo.
<property name="can_focus">True</property>
<property name="shadow_type">in</property>
<property name="kinetic_scrolling">False</property>
+ <property name="vexpand">True</property>
<child>
<object class="GtkTreeView" id="treeview_update">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]