summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJan-Michael Brummer <jan.brummer@tabos.org>2019-04-07 10:41:37 +0200
committerJan-Michael Brummer <jan.brummer@tabos.org>2019-04-07 10:41:37 +0200
commit522b0c18b5b18fe25ff7df79929bdb87b10b6480 (patch)
tree9bebcd773b43a0b4a83ab2460e93871139c1a5d3 /data
parente374d382d193b1dafbff1799f24ef6b3bd4e3241 (diff)
downloadepiphany-522b0c18b5b18fe25ff7df79929bdb87b10b6480.tar.gz
Always show tab bar in non expanded mode
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/650
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 9f3a7d6ff..0f0c22534 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -63,7 +63,7 @@
</schema>
<schema path="/org/gnome/epiphany/ui/" id="org.gnome.Epiphany.ui">
<key type="b" name="expand-tabs-bar">
- <default>true</default>
+ <default>false</default>
<summary>Expand tabs size to fill the available space on the tabs bar.</summary>
<description>If enabled the tabs will expand to use the entire available space in the tabs bar.</description>
</key>
@@ -73,7 +73,7 @@
<description>Controls where the tabs bar is shown. Possible values are “top” (the default), “bottom”, “left” (vertical tabs with bar on the left) and “right” (vertical tabs with bar on the right).</description>
</key>
<key name="tabs-bar-visibility-policy" enum="org.gnome.Epiphany.EphyPrefsUITabsBarVisibilityPolicy">
- <default>'more-than-one'</default>
+ <default>'always'</default>
<summary>The visibility policy for the tabs bar.</summary>
<description>Controls when the tabs bar is shown. Possible values are “always” (the tabs bar is always shown), “more-than-one” (the tabs bar is only shown if there’s two or more tabs) and “never” (the tabs bar is never shown).</description>
</key>