mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 11:08:00 +02:00
IDE: Adjust grid columns in change encoding dialog. Issue #26496, patch from _Gábor
git-svn-id: trunk@45932 -
This commit is contained in:
parent
2099d00de0
commit
f7d6fb47ee
@ -10,7 +10,7 @@ object ChgEncodingDialog: TChgEncodingDialog
|
||||
OnCreate = FormCreate
|
||||
OnDestroy = FormDestroy
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '1.1'
|
||||
LCLVersion = '1.3'
|
||||
object FilesGroupBox: TGroupBox
|
||||
Left = 6
|
||||
Height = 164
|
||||
@ -230,14 +230,12 @@ object ChgEncodingDialog: TChgEncodingDialog
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Files'
|
||||
MinWidth = 75
|
||||
Width = 100
|
||||
Width = 32
|
||||
end
|
||||
item
|
||||
AutoSize = True
|
||||
Caption = 'Encoding'
|
||||
MinWidth = 75
|
||||
Width = 100
|
||||
Width = 615
|
||||
end>
|
||||
SortType = stText
|
||||
TabOrder = 0
|
||||
|
Loading…
Reference in New Issue
Block a user