mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
Change color
This commit is contained in:
parent
f83833aa19
commit
cc47a8ef7b
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ void ctlSQLBox::Create(wxWindow *parent, wxWindowID id, const wxPoint &pos, cons
|
|||
|
||||
MarkerDefine(1,wxSTC_MARK_ARROW,*wxBLACK,*wxGREEN);
|
||||
|
||||
IndicatorSetForeground(9, wxColour(255, 255, 0));
|
||||
IndicatorSetForeground(9, wxColour(70, 220, 234));
|
||||
IndicatorSetStyle(9, wxSTC_INDIC_STRAIGHTBOX);
|
||||
IndicatorSetAlpha(9,70);
|
||||
SetProperty(wxT("fold"), wxT("1"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue