You've already forked lazarus-ccr
tvplanit: Fix minor details for v1.8.0
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8691 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -179,7 +179,7 @@ begin
|
||||
OkBtn.Caption := RSOkBtn;
|
||||
CancelBtn.Caption := RSCancelBtn;
|
||||
if BiDiMode = bdLeftToRight then
|
||||
PlayBtn.Caption := RSPlayBtn + ' ' // Workaround for AutoSize bug of TSpeedButton ignoring right Margin
|
||||
PlayBtn.Caption := RSPlayBtn + ' ' // Workaround for AutoSize bug of TSpeedButton ignoring right margin
|
||||
else
|
||||
PlayBtn.Caption := ' ' + RSPlayBtn;
|
||||
Label3.Caption := RSNothingToSelectFrom;
|
||||
|
Reference in New Issue
Block a user