IDE, Component list: fixed 'Use' button size and 'Keep open' checkbox caption

git-svn-id: trunk@53270 -
This commit is contained in:
maxim 2016-10-31 22:06:42 +00:00
parent 81599322c4
commit a53718ea9b
2 changed files with 4 additions and 3 deletions

View File

@ -196,11 +196,12 @@ object ComponentListForm: TComponentListForm
TabOrder = 0
end
object OKButton: TButton
Left = 208
Left = 215
Height = 25
Top = 8
Width = 85
Width = 78
Anchors = [akTop, akRight]
AutoSize = True
Caption = 'OKButton'
Default = True
ModalResult = 1

View File

@ -211,7 +211,7 @@ resourcestring
lisSelectionTool = 'Selection tool';
lisClickToSelectPalettePage = 'Click to Select Palette Page';
lisTotalPages = 'Total Pages: %s';
lisKeepOpen = 'keep open';
lisKeepOpen = 'Keep open';
// macros
lisCursorColumnInCurrentEditor = 'Cursor column in current editor';