[nautilus-actions] src/nact/nact-assistant-export.ui: let the format selection be scrolled
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] src/nact/nact-assistant-export.ui: let the format selection be scrolled
- Date: Sun, 27 Nov 2011 19:58:46 +0000 (UTC)
commit 638206b6828bf27d2d9d22c12d46c369293211aa
Author: Pierre Wieser <pwieser trychlos org>
Date: Sun Nov 27 18:35:58 2011 +0100
src/nact/nact-assistant-export.ui: let the format selection be scrolled
ChangeLog | 2 ++
src/nact/nact-assistant-export.ui | 33 +++++++++++++++++++++++----------
2 files changed, 25 insertions(+), 10 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4d726f8..fdc5fc8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2011-11-27 Pierre Wieser <pwieser trychlos org>
+ * src/nact/nact-assistant-export.ui: Let the format selection be scrolled.
+
* src/core/na-gtk-utils.c (dump_children):
Also dump the address of the child widget.
Also dump children which do not have a name (dynamically allocated).
diff --git a/src/nact/nact-assistant-export.ui b/src/nact/nact-assistant-export.ui
index 6cdef0b..1ef4119 100644
--- a/src/nact/nact-assistant-export.ui
+++ b/src/nact/nact-assistant-export.ui
@@ -10,9 +10,6 @@
<property name="modal">True</property>
<property name="type_hint">dialog</property>
<child>
- <placeholder/>
- </child>
- <child>
<object class="GtkLabel" id="label20">
<property name="visible">True</property>
<property name="label" translatable="yes">This assistant will guide you through the process of exporting actions.</property>
@@ -130,13 +127,32 @@ to extend a selection.</property>
</packing>
</child>
<child>
- <object class="GtkVBox" id="AssistantExportFormatVBox">
+ <object class="GtkScrolledWindow" id="scrolledwindow3">
<property name="visible">True</property>
- <property name="orientation">vertical</property>
- <property name="spacing">10</property>
+ <property name="can_focus">True</property>
+ <property name="hscrollbar_policy">automatic</property>
+ <property name="vscrollbar_policy">automatic</property>
+ <child>
+ <object class="GtkViewport" id="viewport1">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <child>
+ <object class="GtkVBox" id="AssistantExportFormatVBox">
+ <property name="visible">True</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">10</property>
+ <child>
+ <placeholder/>
+ </child>
+ </object>
+ </child>
+ </object>
+ </child>
</object>
<packing>
- <property name="position">2</property>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ <property name="position">1</property>
</packing>
</child>
</object>
@@ -207,9 +223,6 @@ to extend a selection.</property>
<child>
<placeholder/>
</child>
- <child>
- <placeholder/>
- </child>
</object>
<packing>
<property name="page_type">summary</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]