IDE: Adjust grid columns in change encoding dialog. Issue #26496, patch from _Gábor

git-svn-id: trunk@45932 -
This commit is contained in:
juha 2014-07-19 22:49:49 +00:00
parent 2099d00de0
commit f7d6fb47ee

View File

@ -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