[glom] Dialog adjustments.
- From: Daniel Borgmann <dborg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Dialog adjustments.
- Date: Tue, 6 Apr 2010 16:27:22 +0000 (UTC)
commit 566df8c7175f752fe6bb5851c2d9c7d0a51a4ff3
Author: Daniel Borgmann <danielb openismus com>
Date: Tue Apr 6 17:27:08 2010 +0100
Dialog adjustments.
* glom/glom.glade: Spacing adjustments to make dialogs more HIG
compliant.
ChangeLog | 7 +++++
glom/glom.glade | 69 +++++++++++++++++++-----------------------------------
2 files changed, 31 insertions(+), 45 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4ea3d5c..4d10d84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2010-04-06 Daniel Borgmann <danielb openismus com>
+ Dialog adjustments.
+
+ * glom/glom.glade: Spacing adjustments to make dialogs more HIG
+ compliant.
+
+2010-04-06 Daniel Borgmann <danielb openismus com>
+
Initial Password Dialog adjustments.
* glom/glom_developer.glade: Initial Password Dialog tweaks.
diff --git a/glom/glom.glade b/glom/glom.glade
index 06049a8..ff78adc 100644
--- a/glom/glom.glade
+++ b/glom/glom.glade
@@ -297,6 +297,7 @@
<child>
<object class="GtkVBox" id="vbox82">
<property name="visible">True</property>
+ <property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
@@ -349,11 +350,12 @@
</child>
<child>
<object class="GtkHBox" id="hbox_quickfind">
- <property name="spacing">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkLabel" id="label206">
<property name="visible">True</property>
- <property name="label" translatable="yes">Quick Find</property>
+ <property name="label" translatable="yes">_Quick Find</property>
+ <property name="use_underline">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -463,7 +465,6 @@
<property name="title" translatable="yes">Processing</property>
<property name="window_position">center-on-parent</property>
<property name="default_width">300</property>
- <property name="default_height">100</property>
<child>
<object class="GtkVBox" id="vbox84">
<property name="visible">True</property>
@@ -473,6 +474,7 @@
<child>
<object class="GtkLabel" id="label_message">
<property name="visible">True</property>
+ <property name="xalign">0</property>
<property name="label" translatable="yes">Processing</property>
</object>
<packing>
@@ -1100,22 +1102,25 @@
</action-widgets>
</object>
<object class="GtkDialog" id="dialog_data_invalid_format">
+ <property name="border_width">6</property>
<property name="type_hint">dialog</property>
+ <property name="has_separator">False</property>
<child internal-child="vbox">
<object class="GtkVBox" id="vbox17">
<property name="visible">True</property>
<property name="orientation">vertical</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkHBox" id="hbox11">
<property name="visible">True</property>
- <property name="border_width">12</property>
- <property name="spacing">6</property>
+ <property name="border_width">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkImage" id="image4">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="yalign">0</property>
- <property name="stock">gtk-dialog-question</property>
+ <property name="stock">gtk-info</property>
<property name="icon-size">6</property>
</object>
<packing>
@@ -1193,46 +1198,12 @@ The data in the field was not recognized. Please try to correct the data or reve
</child>
<child>
<object class="GtkButton" id="button_revert">
+ <property name="label">gtk-revert-to-saved</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
<property name="receives_default">False</property>
- <child>
- <object class="GtkAlignment" id="alignment13">
- <property name="visible">True</property>
- <property name="xscale">0</property>
- <property name="yscale">0</property>
- <child>
- <object class="GtkHBox" id="hbox12">
- <property name="visible">True</property>
- <property name="spacing">2</property>
- <child>
- <object class="GtkImage" id="image5">
- <property name="visible">True</property>
- <property name="stock">gtk-undo</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
- <object class="GtkLabel" id="label48">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Revert</property>
- <property name="use_underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
- <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- </child>
- </object>
- </child>
+ <property name="use_stock">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1272,7 +1243,7 @@ The data in the field was not recognized. Please try to correct the data or reve
</action-widgets>
</object>
<object class="GtkDialog" id="dialog_import_csv_progress">
- <property name="border_width">5</property>
+ <property name="border_width">6</property>
<property name="title" translatable="yes" comments="This is a status message for a progress dialog. It says that importing is currently happenning.">Importing Data</property>
<property name="window_position">center-on-parent</property>
<property name="type_hint">dialog</property>
@@ -1285,11 +1256,13 @@ The data in the field was not recognized. Please try to correct the data or reve
<child>
<object class="GtkVBox" id="vbox3">
<property name="visible">True</property>
+ <property name="border_width">6</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
<object class="GtkLabel" id="label5">
<property name="visible">True</property>
+ <property name="xalign">0</property>
<property name="label" translatable="yes">Please wait, your data is being imported…</property>
</object>
<packing>
@@ -1379,7 +1352,7 @@ The data in the field was not recognized. Please try to correct the data or reve
</action-widgets>
</object>
<object class="GtkDialog" id="dialog_image_progress">
- <property name="border_width">5</property>
+ <property name="border_width">6</property>
<property name="title" translatable="yes">Loading image</property>
<property name="window_position">center-on-parent</property>
<property name="default_width">640</property>
@@ -1391,8 +1364,14 @@ The data in the field was not recognized. Please try to correct the data or reve
<property name="orientation">vertical</property>
<property name="spacing">2</property>
<child>
- <object class="GtkProgressBar" id="image_loading_progress_bar">
+ <object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
+ <property name="border_width">6</property>
+ <child>
+ <object class="GtkProgressBar" id="image_loading_progress_bar">
+ <property name="visible">True</property>
+ </object>
+ </child>
</object>
<packing>
<property name="position">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]