[dconf-editor] Indent.
- From: Arnaud Bonatti <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dconf-editor] Indent.
- Date: Fri, 15 Dec 2017 04:02:43 +0000 (UTC)
commit d6d2ee45cc8a9345020031e707e28a072f5354e8
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Dec 15 05:00:05 2017 +0100
Indent.
editor/browser-view.ui | 34 +++++++++---------
editor/registry-info.ui | 92 +++++++++++++++++++++++-----------------------
editor/registry-view.ui | 20 +++++-----
3 files changed, 73 insertions(+), 73 deletions(-)
---
diff --git a/editor/browser-view.ui b/editor/browser-view.ui
index c17539f..85454c6 100644
--- a/editor/browser-view.ui
+++ b/editor/browser-view.ui
@@ -22,23 +22,23 @@
<object class="RegistryWarning">
<property name="visible">True</property>
<property name="halign">center</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="xalign">0</property>
- <property name="max-width-chars">40</property>
- <property name="wrap">True</property>
- <property name="label" translatable="yes">This content has changed. Do you want to
reload the view?</property>
- </object>
- </child>
- <child>
- <object class="GtkButton">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Reload</property>
- <signal name="clicked" handler="reload"/>
- </object>
- </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0</property>
+ <property name="max-width-chars">40</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">This content has changed. Do you want to
reload the view?</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Reload</property>
+ <signal name="clicked" handler="reload"/>
+ </object>
+ </child>
</object>
</child>
</object>
diff --git a/editor/registry-info.ui b/editor/registry-info.ui
index e9ebf08..d1a68ff 100644
--- a/editor/registry-info.ui
+++ b/editor/registry-info.ui
@@ -22,19 +22,19 @@
<object class="RegistryWarning">
<property name="visible">True</property>
<property name="halign">center</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.5</property>
- <property name="max-width-chars">40</property>
- <property name="wrap">True</property>
- <property name="label" translatable="yes">Multiple schemas are installed at the parent
path. This key might be defined and used by more than one schema. This could lead to problems. Edit value at
your own risk.</property>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0.5</property>
+ <property name="max-width-chars">40</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">Multiple schemas are installed at the
parent path. This key might be defined and used by more than one schema. This could lead to problems. Edit
value at your own risk.</property>
+ </object>
+ </child>
</object>
</child>
</object>
- </child>
- </object>
</child>
</object>
</child>
@@ -59,22 +59,22 @@
<object class="RegistryWarning">
<property name="visible">True</property>
<property name="halign">center</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="xalign">0</property>
- <property name="max-width-chars">40</property>
- <property name="wrap">True</property>
- <property name="label" translatable="yes">No schema available. A schema is what
describes the use of a key, and Dconf Editor can’t find one associated with this key. If the application that
was using this key has been uninstalled, or if this key is obsolete, you may want to erase it.</property>
- </object>
- </child>
- <child>
- <object class="GtkButton" id="erase_button">
- <property name="visible">True</property>
- <property name="label" translatable="yes">Erase key</property>
- </object>
- </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0</property>
+ <property name="max-width-chars">40</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">No schema available. A schema is what
describes the use of a key, and Dconf Editor can’t find one associated with this key. If the application that
was using this key has been uninstalled, or if this key is obsolete, you may want to erase it.</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="erase_button">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">Erase key</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -102,26 +102,26 @@
<object class="RegistryWarning">
<property name="visible">True</property>
<property name="halign">center</property>
- <child>
- <object class="GtkLabel" id="one_choice_enum_warning">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.5</property>
- <property name="max-width-chars">40</property>
- <property name="wrap">True</property>
- <property name="label" translatable="yes">This enumeration offers only one choice.
That’s probably an error of the application that installed this schema. If possible, please open a bug about
it.</property>
- </object>
- </child>
- <child>
- <object class="GtkLabel" id="one_choice_integer_warning">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.5</property>
- <property name="max-width-chars">40</property>
- <property name="wrap">True</property>
- <property name="label" translatable="yes">This integer key can only take one value.
That’s probably an error of the application that installed this schema. If possible, please open a bug about
it.</property>
- </object>
- </child>
+ <child>
+ <object class="GtkLabel" id="one_choice_enum_warning">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0.5</property>
+ <property name="max-width-chars">40</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">This enumeration offers only one choice.
That’s probably an error of the application that installed this schema. If possible, please open a bug about
it.</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkLabel" id="one_choice_integer_warning">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0.5</property>
+ <property name="max-width-chars">40</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">This integer key can only take one value.
That’s probably an error of the application that installed this schema. If possible, please open a bug about
it.</property>
+ </object>
+ </child>
</object>
</child>
</object>
diff --git a/editor/registry-view.ui b/editor/registry-view.ui
index f90ccfc..8009988 100644
--- a/editor/registry-view.ui
+++ b/editor/registry-view.ui
@@ -22,16 +22,16 @@
<object class="RegistryWarning">
<property name="visible">True</property>
<property name="halign">center</property>
- <child>
- <object class="GtkLabel">
- <property name="visible">True</property>
- <property name="hexpand">True</property>
- <property name="xalign">0.5</property>
- <property name="max-width-chars">40</property>
- <property name="wrap">True</property>
- <property name="label" translatable="yes">Multiple schemas are installed at this path.
This could lead to problems if it hasn’t been done carefully. Only one schema is displayed here. Edit values
at your own risk.</property>
- </object>
- </child>
+ <child>
+ <object class="GtkLabel">
+ <property name="visible">True</property>
+ <property name="hexpand">True</property>
+ <property name="xalign">0.5</property>
+ <property name="max-width-chars">40</property>
+ <property name="wrap">True</property>
+ <property name="label" translatable="yes">Multiple schemas are installed at this
path. This could lead to problems if it hasn’t been done carefully. Only one schema is displayed here. Edit
values at your own risk.</property>
+ </object>
+ </child>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]