summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAlexander Mikhaylenko <alexm@gnome.org>2021-01-28 19:50:22 +0500
committerAlexander Mikhaylenko <alexm@gnome.org>2021-01-28 20:31:19 +0500
commitb820125b0923127724f3348fbb9823918be1d48d (patch)
treeb2bfb4d5c6e895a14aa26274f2919d9511e25cd4 /data
parentb7b20b64e7670697e8a0a68f6472bff705fde13c (diff)
downloadepiphany-b820125b0923127724f3348fbb9823918be1d48d.tar.gz
Remove tabs-bar-position setting
It was originally added to see more tabs at once; we have a popover for that now. The upcoming new tab bar won't support positioning it like that, so let's remove the setting beforehand.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.epiphany.gschema.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml
index 1ef7cbfb3..a82713bda 100644
--- a/data/org.gnome.epiphany.gschema.xml
+++ b/data/org.gnome.epiphany.gschema.xml
@@ -83,11 +83,6 @@
<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. This setting is ignored in Pantheon desktop.</description>
</key>
- <key name="tabs-bar-position" enum="org.gnome.Epiphany.EphyPrefsUITabsBarPosition">
- <default>'top'</default>
- <summary>The position of the tabs bar.</summary>
- <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>
<summary>The visibility policy for the tabs bar.</summary>