mirror of
https://github.com/zen-browser/desktop.git
synced 2025-07-10 02:06:24 +02:00
Added options for floating urlbar, fixed macos weird window control positioning, added newtab animations, fixed top toolbar hiding when hovering reload button and new URLBar UI
This commit is contained in:
parent
85028b060c
commit
c67fc71069
13 changed files with 253 additions and 79 deletions
|
@ -1087,6 +1087,11 @@ Preferences.addAll([
|
|||
type: "bool",
|
||||
default: true,
|
||||
},
|
||||
{
|
||||
id: "zen.urlbar.behavior",
|
||||
type: "string",
|
||||
default: "float",
|
||||
},
|
||||
{
|
||||
id: "zen.view.compact.color-sidebar",
|
||||
type: "bool",
|
||||
|
|
|
@ -340,6 +340,29 @@
|
|||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<hbox id="zenUrlBarCategory"
|
||||
class="subcategory"
|
||||
hidden="true"
|
||||
data-category="paneZenLooks">
|
||||
<html:h1 data-l10n-id="zen-urlbar-title"/>
|
||||
</hbox>
|
||||
|
||||
<groupbox id="zenUrlbarGroup" data-category="paneZenLooks" hidden="true" class="highlighting-group">
|
||||
<label><html:h2 data-l10n-id="zen-urlbar-header"/></label>
|
||||
<description class="description-deemphasized" data-l10n-id="zen-urlbar-description" />
|
||||
|
||||
<hbox align="center">
|
||||
<label data-l10n-id="zen-urlbar-behavior-label"/>
|
||||
<menulist preference="zen.urlbar.behavior">
|
||||
<menupopup>
|
||||
<menuitem data-l10n-id="zen-urlbar-behavior-normal" value="normal"/>
|
||||
<menuitem data-l10n-id="zen-urlbar-behavior-floating-on-type" value="floating-on-type"/>
|
||||
<menuitem data-l10n-id="zen-urlbar-behavior-float" value="float"/>
|
||||
</menupopup>
|
||||
</menulist>
|
||||
</hbox>
|
||||
</groupbox>
|
||||
|
||||
<hbox id="zenSplitViewCategory"
|
||||
class="subcategory"
|
||||
hidden="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue