[nautilus-actions] Remove Enabled and ReadOnly checkboxes Expand property
- From: Pierre Wieser <pwieser src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Remove Enabled and ReadOnly checkboxes Expand property
- Date: Fri, 21 Aug 2009 12:04:08 +0000 (UTC)
commit dadfcc7e30be7d95d979ac03c4483988229d3c61
Author: Pierre Wieser <pwieser trychlos org>
Date: Thu Aug 20 18:11:37 2009 +0200
Remove Enabled and ReadOnly checkboxes Expand property
ChangeLog | 2 ++
src/nact/nautilus-actions-config-tool.ui | 18 ++++++++++--------
2 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 97a123d..a4ba58a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@
* src/nact/nautilus-actions-config-tool.ui:
Creates the PreferencesDialog dialog.
+ Enabled and ReadOnly checkboxes no longer expand to all dialog
+ width to minimize focus errors.
* src/common/Makefile.am:
* src/nact/Makefile.am: Updated accordingly.
diff --git a/src/nact/nautilus-actions-config-tool.ui b/src/nact/nautilus-actions-config-tool.ui
index 7734fb2..ba66f12 100644
--- a/src/nact/nautilus-actions-config-tool.ui
+++ b/src/nact/nautilus-actions-config-tool.ui
@@ -288,6 +288,7 @@
<packing>
<property name="left_attach">1</property>
<property name="right_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
@@ -306,6 +307,7 @@
<property name="right_attach">2</property>
<property name="top_attach">1</property>
<property name="bottom_attach">2</property>
+ <property name="x_options">GTK_FILL</property>
</packing>
</child>
<child>
@@ -1007,10 +1009,10 @@ Defining several profiles lets you have several commands, each applying with a d
<child>
<object class="GtkFileChooserWidget" id="filechooserwidget1">
<property name="visible">True</property>
+ <property name="local_only">False</property>
+ <property name="preview_widget_active">False</property>
<property name="use_preview_label">False</property>
<property name="select_multiple">True</property>
- <property name="preview_widget_active">False</property>
- <property name="local_only">False</property>
</object>
</child>
<child>
@@ -1113,10 +1115,10 @@ to extend a selection.</property>
<child>
<object class="GtkFileChooserWidget" id="ExportFolderChooser">
<property name="visible">True</property>
- <property name="use_preview_label">False</property>
- <property name="preview_widget_active">False</property>
<property name="local_only">False</property>
<property name="action">select-folder</property>
+ <property name="preview_widget_active">False</property>
+ <property name="use_preview_label">False</property>
</object>
<packing>
<property name="position">0</property>
@@ -1822,16 +1824,16 @@ The exported file may later be imported via :
</object>
<object class="GtkSizeGroup" id="CommandLabelSizeGroup">
<widgets>
- <widget name="CommandExamplePreLabel"/>
- <widget name="CommandParametersLabel"/>
- <widget name="CommandPathLabel"/>
<widget name="ProfileLabelLabel"/>
+ <widget name="CommandPathLabel"/>
+ <widget name="CommandParametersLabel"/>
+ <widget name="CommandExamplePreLabel"/>
</widgets>
</object>
<object class="GtkSizeGroup" id="CommandButtonSizeGroup">
<widgets>
- <widget name="CommandLegendButton"/>
<widget name="CommandPathButton"/>
+ <widget name="CommandLegendButton"/>
</widgets>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]