mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 14:16:09 -06:00
Merge branch 'master' of https://github.com/ultimatepp/ultimatepp
This commit is contained in:
commit
861b26d694
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ TextCtrl::TextCtrl()
|
|||
color[PAPER_SELECTED] = SColorHighlight;
|
||||
color[WHITESPACE] = Blend(SColorLight, SColorHighlight);
|
||||
color[WARN_WHITESPACE] = Blend(SColorLight, SRed);
|
||||
|
||||
processtab = true;
|
||||
processenter = true;
|
||||
nobg = false;
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ Console::Console() {
|
|||
SetReadOnly();
|
||||
NoHorzScrollbar();
|
||||
SetColor(LineEdit::PAPER_READONLY, SColorPaper);
|
||||
SetColor(LineEdit::INK_NORMAL, SColorText);
|
||||
input.Height(EditString::GetStdHeight());
|
||||
input.SetFrame(Single<TopTextFrame>());
|
||||
AddFrame(input);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue