[gtk/columnview-expand: 55/55] gtk-demo: Expand columns in the settings demo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/columnview-expand: 55/55] gtk-demo: Expand columns in the settings demo
- Date: Wed, 3 Jun 2020 17:41:47 +0000 (UTC)
commit 5ef427bd65552bfeddd0f5708d7fcf0f5c852f37
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 3 13:16:14 2020 -0400
gtk-demo: Expand columns in the settings demo
Expand the columns that are likely to appear
at the end.
demos/gtk-demo/listview_settings.ui | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/demos/gtk-demo/listview_settings.ui b/demos/gtk-demo/listview_settings.ui
index 12466a8a5b..0dd3daa793 100644
--- a/demos/gtk-demo/listview_settings.ui
+++ b/demos/gtk-demo/listview_settings.ui
@@ -161,6 +161,7 @@
<object class="GtkColumnViewColumn" id="default_column">
<property name="title">Default</property>
<property name="resizable">1</property>
+ <property name="expand">1</property>
<property name="header-menu">header_menu</property>
<property name="factory">
<object class="GtkBuilderListItemFactory">
@@ -190,6 +191,7 @@
<property name="title">Summary</property>
<property name="resizable">1</property>
<property name="visible">0</property>
+ <property name="expand">1</property>
<property name="header-menu">header_menu</property>
<property name="factory">
<object class="GtkBuilderListItemFactory">
@@ -222,6 +224,7 @@
<property name="title">Description</property>
<property name="resizable">1</property>
<property name="visible">0</property>
+ <property name="expand">1</property>
<property name="header-menu">header_menu</property>
<property name="factory">
<object class="GtkBuilderListItemFactory">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]