[epiphany] Always show tab bar in non expanded mode
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Always show tab bar in non expanded mode
- Date: Sun, 7 Apr 2019 16:55:02 +0000 (UTC)
commit 522b0c18b5b18fe25ff7df79929bdb87b10b6480
Author: Jan-Michael Brummer <jan brummer tabos org>
Date: Sun Apr 7 10:41:37 2019 +0200
Always show tab bar in non expanded mode
Fixes: https://gitlab.gnome.org/GNOME/epiphany/issues/650
data/org.gnome.epiphany.gschema.xml | 4 ++--
1 file 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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]