mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 09:56:12 +02:00
IDE, Component list: fixed 'Use' button size and 'Keep open' checkbox caption
git-svn-id: trunk@53270 -
This commit is contained in:
parent
81599322c4
commit
a53718ea9b
@ -196,11 +196,12 @@ object ComponentListForm: TComponentListForm
|
|||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
end
|
end
|
||||||
object OKButton: TButton
|
object OKButton: TButton
|
||||||
Left = 208
|
Left = 215
|
||||||
Height = 25
|
Height = 25
|
||||||
Top = 8
|
Top = 8
|
||||||
Width = 85
|
Width = 78
|
||||||
Anchors = [akTop, akRight]
|
Anchors = [akTop, akRight]
|
||||||
|
AutoSize = True
|
||||||
Caption = 'OKButton'
|
Caption = 'OKButton'
|
||||||
Default = True
|
Default = True
|
||||||
ModalResult = 1
|
ModalResult = 1
|
||||||
|
@ -211,7 +211,7 @@ resourcestring
|
|||||||
lisSelectionTool = 'Selection tool';
|
lisSelectionTool = 'Selection tool';
|
||||||
lisClickToSelectPalettePage = 'Click to Select Palette Page';
|
lisClickToSelectPalettePage = 'Click to Select Palette Page';
|
||||||
lisTotalPages = 'Total Pages: %s';
|
lisTotalPages = 'Total Pages: %s';
|
||||||
lisKeepOpen = 'keep open';
|
lisKeepOpen = 'Keep open';
|
||||||
|
|
||||||
// macros
|
// macros
|
||||||
lisCursorColumnInCurrentEditor = 'Cursor column in current editor';
|
lisCursorColumnInCurrentEditor = 'Cursor column in current editor';
|
||||||
|
Loading…
Reference in New Issue
Block a user