Skip to content
Snippets Groups Projects
Commit 3fbfc6a4 authored by Jacob Nevins's avatar Jacob Nevins
Browse files

Use side-by-side alignment on the SSH/TTY pane.

Aah, that's better. It's been bugging me since I added it.
parent 736646b0
No related branches found
No related tags found
No related merge requests found
......@@ -2912,6 +2912,7 @@ void setup_config_box(struct controlbox *b, bool midsession,
HELPCTX(ssh_ttymodes),
ttymodes_handler, P(td), P(NULL));
td->valbox->generic.column = 1;
td->valbox->generic.align_next_to = td->valradio;
ctrl_tabdelay(s, td->setbutton);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment