mirror of https://gitlab.com/basile.b/dexed.git
apply flat style to the prop filter of the dub prj editor
This commit is contained in:
parent
68162a3c21
commit
bd3c3c3b90
|
@ -243,6 +243,7 @@ procedure TCEDubProjectEditorWidget.setToolBarFlat(value: boolean);
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
btnAcceptProp.Flat:=value;
|
btnAcceptProp.Flat:=value;
|
||||||
|
fltEdit.Flat:=value;
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue