Skip to content
Commit 1c7aee01 authored by Carlos Alberto Lopez Perez's avatar Carlos Alberto Lopez Perez Committed by Michael Catanzaro
Browse files

Allow vertical tabs and more control about the tabs placement

  * This adds two new settings to org.gnome.Epiphany.ui
    - expand-tabs-bar controls whether the tabs should fill the
      available space in the bar.
    - tabs-bar-position controls the position of the tabs bar
      (GtkNotebook)

  * The default value is to keep the current UI (tabs bar on the top
    and expand the tabs to fill the space).

  * To configure vertical tabs, tabs-bar-position can be set to left
    and expand-tabs-bar to false. Setting expand-tabs-bar to true
    when tabs-bar-position is left or right can be also useful
    for touch devices.

https://bugzilla.gnome.org/show_bug.cgi?id=764368
parent 934400f0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment