[gtksourceview] glade catalog: fix the default property values
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] glade catalog: fix the default property values
- Date: Sun, 7 Jul 2013 11:56:44 +0000 (UTC)
commit cb91a9fd7d8f3437fb5442f2523aeb635244e5ed
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Jul 7 13:40:20 2013 +0200
glade catalog: fix the default property values
Although the glade catalog can have another default value, I think it's
better to have the same defaults as in normal code.
data/glade/gtksourceview.xml.in | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/data/glade/gtksourceview.xml.in b/data/glade/gtksourceview.xml.in
index ec67823..f89ce26 100644
--- a/data/glade/gtksourceview.xml.in
+++ b/data/glade/gtksourceview.xml.in
@@ -3,9 +3,9 @@
<glade-widget-classes>
<glade-widget-class name="GtkSourceView" _title="GtkSourceView" generic-name="gtksourceview">
<properties>
- <property id="auto-indent" default="True" />
+ <property id="auto-indent" default="False" />
<property id="highlight-current-line" default="False" />
- <property id="indent-on-tab" default="False" />
+ <property id="indent-on-tab" default="True" />
<property id="insert-spaces-instead-of-tabs" default="False" />
<property id="right-margin-position" default="80" />
<property id="show-line-marks" default="False" />
@@ -20,7 +20,7 @@
<value id="GTK_SOURCE_SMART_HOME_END_ALWAYS" _name="Always" />
</displayable-values>
</property>
- <property id="tab-width" default="4" />
+ <property id="tab-width" default="8" />
<property id="draw-spaces">
<displayable-values>
<value id="GTK_SOURCE_DRAW_SPACES_SPACE" _name="Space" />
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]