apply flat style to the prop filter of the dub prj editor

This commit is contained in:
Basile Burg 2017-01-03 11:04:15 +01:00
parent 68162a3c21
commit bd3c3c3b90
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 1 additions and 0 deletions

View File

@ -243,6 +243,7 @@ procedure TCEDubProjectEditorWidget.setToolBarFlat(value: boolean);
begin
inherited;
btnAcceptProp.Flat:=value;
fltEdit.Flat:=value;
end;
{$ENDREGION}