mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
IDE: Change default non form designer background color to clWindow as requested in German Lazarusforum to take care of dark theme
git-svn-id: trunk@64831 -
This commit is contained in:
parent
965b69876b
commit
190edf1ecd
@ -2135,7 +2135,7 @@ begin
|
||||
FRightClickSelects:=true;
|
||||
FGrabberColor:=clBlack;
|
||||
FMarkerColor:=clDkGray;
|
||||
FNonFormBackgroundColor:=clWhite;
|
||||
FNonFormBackgroundColor:=clWindow;
|
||||
FRubberbandSelectionColor:=clNavy;
|
||||
FRubberbandCreationColor:=clMaroon;
|
||||
FRubberbandSelectsGrandChilds:=DefaultRubberbandSelectsGrandChilds;
|
||||
@ -2986,7 +2986,7 @@ begin
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/RightClickSelects',FRightClickSelects,true);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/GrabberColor/Value',FGrabberColor,clBlack);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/MarkerColor/Value',FMarkerColor,clDkGray);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/NonFormBackgroundColor/Value',FNonFormBackgroundColor,clWhite);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/NonFormBackgroundColor/Value',FNonFormBackgroundColor,clWindow);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/Rubberband/SelectionColor/Value',
|
||||
FRubberbandSelectionColor,clBlack);
|
||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/Rubberband/CreationColor/Value',
|
||||
|
Loading…
Reference in New Issue
Block a user