[epiphany/mcatanzaro/revert-#650] Revert "Always show tab bar in non expanded mode"



commit 195ea868b456d9f8de3e8279c90e322e884db44b
Author: Michael Catanzaro <mcatanzaro igalia com>
Date:   Tue Jun 25 16:15:47 2019 -0500

    Revert "Always show tab bar in non expanded mode"
    
    This reverts commit 522b0c18b5b18fe25ff7df79929bdb87b10b6480.
    
    We failed to achieve consensus on this change.
    
    Fixes #723

 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 0392949a2..ee8dc6c1a 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -73,7 +73,7 @@
        </schema>
        <schema path="/org/gnome/epiphany/ui/" id="org.gnome.Epiphany.ui">
                <key type="b" name="expand-tabs-bar">
-                       <default>false</default>
+                       <default>true</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>
@@ -83,7 +83,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>'always'</default>
+                       <default>'more-than-one'</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]