diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-09-26 22:49:20 -0500 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-27 18:30:44 +0000 |
commit | 69241123ed87d6b9974f9fb45e54377efcf7cead (patch) | |
tree | 3786560fdb210e25c98549e1de3251f318a3ad31 /svx/uiconfig | |
parent | b45de3ceabe258a087c55ff3f031e1d4b2d3e14c (diff) |
border_width from 12 to 6, as the rest of dialogs
I know the old GNOME HIG mentions extra spacing for queries, but
I’ve never understood why -- not even GNOME itself respects that rule.
It just looks inconsistent and wastes space.
Change-Id: I181f800957f69b0943369791e460c7273b6b08f6
Reviewed-on: https://gerrit.libreoffice.org/11658
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx/uiconfig')
-rw-r--r-- | svx/uiconfig/ui/deletefooterdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/deleteheaderdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/formlinkwarndialog.ui | 9 | ||||
-rw-r--r-- | svx/uiconfig/ui/linkwarndialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/querydeletecontourdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/querydeleteobjectdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/querydeletethemedialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui | 4 | ||||
-rw-r--r-- | svx/uiconfig/ui/querynewcontourdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/querysavecontchangesdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/querysaveimagemapchangesdialog.ui | 4 | ||||
-rw-r--r-- | svx/uiconfig/ui/queryunlinkgraphicsdialog.ui | 5 | ||||
-rw-r--r-- | svx/uiconfig/ui/savemodifieddialog.ui | 4 |
13 files changed, 37 insertions, 29 deletions
diff --git a/svx/uiconfig/ui/deletefooterdialog.ui b/svx/uiconfig/ui/deletefooterdialog.ui index 78fa1d6b9d99..d6ef6f7d3770 100644 --- a/svx/uiconfig/ui/deletefooterdialog.ui +++ b/svx/uiconfig/ui/deletefooterdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="DeleteFooterDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Delete footer?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/deleteheaderdialog.ui b/svx/uiconfig/ui/deleteheaderdialog.ui index bd471d9e9413..a1fab03c448b 100644 --- a/svx/uiconfig/ui/deleteheaderdialog.ui +++ b/svx/uiconfig/ui/deleteheaderdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="DeleteHeaderDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Delete header?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/formlinkwarndialog.ui b/svx/uiconfig/ui/formlinkwarndialog.ui index 2ee639b4b820..9c31aa4c6a75 100644 --- a/svx/uiconfig/ui/formlinkwarndialog.ui +++ b/svx/uiconfig/ui/formlinkwarndialog.ui @@ -1,17 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="FormLinkWarnDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> <property name="message_type">question</property> - <property name="text" translatable="yes">This instance is linked with the form. - -The changes you make to this instance will be lost when the form is reloaded. + <property name="text" translatable="yes">This instance is linked with the form.</property> + <property name="secondary_text" translatable="yes">The changes you make to this instance will be lost when the form is reloaded. How do you want to proceed?</property> <child internal-child="vbox"> diff --git a/svx/uiconfig/ui/linkwarndialog.ui b/svx/uiconfig/ui/linkwarndialog.ui index bcc95566fc3f..676f3ed8ed11 100644 --- a/svx/uiconfig/ui/linkwarndialog.ui +++ b/svx/uiconfig/ui/linkwarndialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="LinkWarnDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Confirm Linked Graphic</property> <property name="resizable">False</property> <property name="modal">True</property> diff --git a/svx/uiconfig/ui/querydeletecontourdialog.ui b/svx/uiconfig/ui/querydeletecontourdialog.ui index 95390e333ee8..aa30b2bb9689 100644 --- a/svx/uiconfig/ui/querydeletecontourdialog.ui +++ b/svx/uiconfig/ui/querydeletecontourdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QueryDeleteContourDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Delete the contour?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/querydeleteobjectdialog.ui b/svx/uiconfig/ui/querydeleteobjectdialog.ui index f49711bc9ad2..bcde1cee6b94 100644 --- a/svx/uiconfig/ui/querydeleteobjectdialog.ui +++ b/svx/uiconfig/ui/querydeleteobjectdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QueryDeleteObjectDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Delete this object?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/querydeletethemedialog.ui b/svx/uiconfig/ui/querydeletethemedialog.ui index d4cf7ff285af..fb340d2042f0 100644 --- a/svx/uiconfig/ui/querydeletethemedialog.ui +++ b/svx/uiconfig/ui/querydeletethemedialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QueryDeleteThemeDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Delete this theme?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui b/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui index c7a6a4442a2c..a77df8db91a8 100644 --- a/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui +++ b/svx/uiconfig/ui/querymodifyimagemapchangesdialog.ui @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QueryModifyImageMapChangesDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Save ImageMap changes?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/querynewcontourdialog.ui b/svx/uiconfig/ui/querynewcontourdialog.ui index 9305f55628ee..713c1890d48f 100644 --- a/svx/uiconfig/ui/querynewcontourdialog.ui +++ b/svx/uiconfig/ui/querynewcontourdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QueryNewContourDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Create a new contour?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/querysavecontchangesdialog.ui b/svx/uiconfig/ui/querysavecontchangesdialog.ui index df421ab8f285..fc0a0e9924be 100644 --- a/svx/uiconfig/ui/querysavecontchangesdialog.ui +++ b/svx/uiconfig/ui/querysavecontchangesdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QuerySaveContourChangesDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Save contour changes?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui b/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui index 2a56108e5dcf..0ddac0d972ee 100644 --- a/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui +++ b/svx/uiconfig/ui/querysaveimagemapchangesdialog.ui @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QuerySaveImageMapChangesDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Save ImageMap changes?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui b/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui index 0b884032ca97..b8f2f2d5a535 100644 --- a/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui +++ b/svx/uiconfig/ui/queryunlinkgraphicsdialog.ui @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="QueryUnlinkGraphicsDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Unlink the graphics?</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> diff --git a/svx/uiconfig/ui/savemodifieddialog.ui b/svx/uiconfig/ui/savemodifieddialog.ui index c5018e2f1a72..ccc6fc58d595 100644 --- a/svx/uiconfig/ui/savemodifieddialog.ui +++ b/svx/uiconfig/ui/savemodifieddialog.ui @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkMessageDialog" id="SaveModifiedDialog"> <property name="can_focus">False</property> - <property name="border_width">12</property> + <property name="border_width">6</property> <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> |