mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix spacing of tab visibility keybind in keybindings page (#3266)
Co-authored-by: Paweł <zneix@zneix.eu>
This commit is contained in:
parent
ab1211cbef
commit
5861722c38
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ KeyboardSettingsPage::KeyboardSettingsPage()
|
|||
|
||||
form->addRow(new QLabel("Alt + ←/↑/→/↓"),
|
||||
new QLabel("Select left/upper/right/bottom split"));
|
||||
form->addRow(new QLabel("Ctrl+U"), new QLabel("Toggle visibility of tabs"));
|
||||
form->addRow(new QLabel("Ctrl + U"),
|
||||
new QLabel("Toggle visibility of tabs"));
|
||||
|
||||
form->addItem(new QSpacerItem(16, 16));
|
||||
form->addRow(new QLabel("Ctrl + R"), new QLabel("Change channel"));
|
||||
|
|
Loading…
Reference in a new issue