parent
c4a74c7a34
commit
12ed226ce6
@ -60,6 +60,7 @@ Fixed
|
|||||||
- Fixed crashes when closing tabs while hinting
|
- Fixed crashes when closing tabs while hinting
|
||||||
- Fixed starting on newer PyQt/sip versions with LibreSSL
|
- Fixed starting on newer PyQt/sip versions with LibreSSL
|
||||||
- When downloading files with QtWebKit, a User-Agent header is set when possible.
|
- When downloading files with QtWebKit, a User-Agent header is set when possible.
|
||||||
|
- Fixed showing of keybindings in the :help completion
|
||||||
|
|
||||||
v0.9.1
|
v0.9.1
|
||||||
------
|
------
|
||||||
|
@ -53,6 +53,8 @@ class HelpCompletionModel(base.BaseCompletionModel):
|
|||||||
# https://github.com/qutebrowser/qutebrowser/issues/545
|
# https://github.com/qutebrowser/qutebrowser/issues/545
|
||||||
# pylint: disable=abstract-method
|
# pylint: disable=abstract-method
|
||||||
|
|
||||||
|
COLUMN_WIDTHS = (20, 60, 20)
|
||||||
|
|
||||||
def __init__(self, parent=None):
|
def __init__(self, parent=None):
|
||||||
super().__init__(parent)
|
super().__init__(parent)
|
||||||
self._init_commands()
|
self._init_commands()
|
||||||
|
Loading…
Reference in New Issue
Block a user