mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
ide: RepoConsole fixed issue with wrong tips
This commit is contained in:
parent
50e7a41559
commit
83063d24b1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ UrepoConsole::UrepoConsole()
|
|||
CtrlLayoutExit(*this, "System Console");
|
||||
list.NoHeader().NoGrid().NoCursor().AddColumn();
|
||||
font = Courier(Ctrl::VertLayoutZoom(12));
|
||||
list.SetLineCy(font.Info().GetHeight());
|
||||
list.SetLineCy(max(font.GetCy(), font().Bold().GetCy(), font().Bold().Italic().GetCy()));
|
||||
exit.Hide();
|
||||
cancel.Hide();
|
||||
cancel << [=] { canceled = true; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue