diff options
author | Florian Bruhin <git@the-compiler.org> | 2015-08-27 22:07:14 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2015-08-27 22:12:39 +0200 |
commit | 8d7249ebc62abbd23bf29f629e20cfefb5335e01 (patch) | |
tree | 397a05d5c1d67eecdb9bfd77b7bcada1cb796460 /CHANGELOG.asciidoc | |
parent | 4891fe94577191e4eea047e48a997324ce8b6aed (diff) | |
download | qutebrowser-8d7249ebc62abbd23bf29f629e20cfefb5335e01.tar.gz qutebrowser-8d7249ebc62abbd23bf29f629e20cfefb5335e01.zip |
Implement statusbar padding.
Diffstat (limited to 'CHANGELOG.asciidoc')
-rw-r--r-- | CHANGELOG.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 7c0ba2a27..a547b1971 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,6 +27,8 @@ Added the current item in the completion (for quickmarks/bookmarks). - New settings `tabs -> padding` and `tabs -> indicator-tabbing` to control the size/padding of the tabbar. +- New setting `ui -> statusbar-padding` to control the size/padding of the + status bar. - New setting `network -> referer-header` to configure when the referer should be sent (by default it's only sent while on the same domain). - New setting `tabs -> show` which supersedes the old `tabs -> hide-*` options |