From f8577a2697209c7d17614c27841036e168217f30 Mon Sep 17 00:00:00 2001 From: alexs75 Date: Wed, 1 Apr 2009 19:12:31 +0000 Subject: [PATCH] BorderSpacing in TRxLabel git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@754 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/rx/docs/WhatsNew.rus.txt | 1 + components/rx/rxctrls.pas | 1 + 2 files changed, 2 insertions(+) diff --git a/components/rx/docs/WhatsNew.rus.txt b/components/rx/docs/WhatsNew.rus.txt index 7a4b9eafd..f176b0e35 100644 --- a/components/rx/docs/WhatsNew.rus.txt +++ b/components/rx/docs/WhatsNew.rus.txt @@ -16,6 +16,7 @@ + TRxLoginDialo теперь работает. По сравнению с оригинальным функционал сильно расширен. Изменён дизайн формы + Улучшена отриосвка вертикальных заголовков в гриде. Код из TAChart + + Опубликова BorderSpacing в TRxLabel 22.05.2008 - версия 2.0.0.136 (svn revision 100) + У объекта TRxCustomDBLookupCombo введён контроль на CircularDataLink + У объекта TRxCustomDBLookupCombo ускорена отрисовка данных diff --git a/components/rx/rxctrls.pas b/components/rx/rxctrls.pas index c3affbb6a..af2508ef4 100644 --- a/components/rx/rxctrls.pas +++ b/components/rx/rxctrls.pas @@ -492,6 +492,7 @@ type property BiDiMode; property ParentBiDiMode; {$ENDIF} + property BorderSpacing; property Layout; property ParentColor; property ParentFont;