mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +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
|
||||
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
|
||||
|
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user