mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 11:49:24 +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;
|
FRightClickSelects:=true;
|
||||||
FGrabberColor:=clBlack;
|
FGrabberColor:=clBlack;
|
||||||
FMarkerColor:=clDkGray;
|
FMarkerColor:=clDkGray;
|
||||||
FNonFormBackgroundColor:=clWhite;
|
FNonFormBackgroundColor:=clWindow;
|
||||||
FRubberbandSelectionColor:=clNavy;
|
FRubberbandSelectionColor:=clNavy;
|
||||||
FRubberbandCreationColor:=clMaroon;
|
FRubberbandCreationColor:=clMaroon;
|
||||||
FRubberbandSelectsGrandChilds:=DefaultRubberbandSelectsGrandChilds;
|
FRubberbandSelectsGrandChilds:=DefaultRubberbandSelectsGrandChilds;
|
||||||
@ -2986,7 +2986,7 @@ begin
|
|||||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/RightClickSelects',FRightClickSelects,true);
|
FXMLCfg.SetDeleteValue(Path+'FormEditor/RightClickSelects',FRightClickSelects,true);
|
||||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/GrabberColor/Value',FGrabberColor,clBlack);
|
FXMLCfg.SetDeleteValue(Path+'FormEditor/GrabberColor/Value',FGrabberColor,clBlack);
|
||||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/MarkerColor/Value',FMarkerColor,clDkGray);
|
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',
|
FXMLCfg.SetDeleteValue(Path+'FormEditor/Rubberband/SelectionColor/Value',
|
||||||
FRubberbandSelectionColor,clBlack);
|
FRubberbandSelectionColor,clBlack);
|
||||||
FXMLCfg.SetDeleteValue(Path+'FormEditor/Rubberband/CreationColor/Value',
|
FXMLCfg.SetDeleteValue(Path+'FormEditor/Rubberband/CreationColor/Value',
|
||||||
|
Loading…
Reference in New Issue
Block a user