ide: set scrollbars = ssAutoBoth for About FPC & IDE dialogs by Anton (issue #0018477)

git-svn-id: trunk@28991 -
This commit is contained in:
paul 2011-01-13 12:59:22 +00:00
parent 897c403425
commit 2847d6bd16
2 changed files with 11 additions and 9 deletions

View File

@ -20,13 +20,13 @@ object IDEFPCInfoDialog: TIDEFPCInfoDialog
TabOrder = 0
object ValuesTabSheet: TTabSheet
Caption = 'FPC values used by the IDE'
ClientHeight = 423
ClientWidth = 702
ClientHeight = 422
ClientWidth = 696
object ValuesMemo: TMemo
Left = 0
Height = 423
Height = 422
Top = 0
Width = 702
Width = 696
Align = alClient
Lines.Strings = (
'ValuesMemo'
@ -38,17 +38,18 @@ object IDEFPCInfoDialog: TIDEFPCInfoDialog
end
object OutputTabSheet: TTabSheet
Caption = 'FPC output'
ClientHeight = 423
ClientWidth = 702
ClientHeight = 422
ClientWidth = 696
object CmdLineOutputMemo: TMemo
Left = 0
Height = 423
Height = 422
Top = 0
Width = 702
Width = 696
Align = alClient
Lines.Strings = (
'CmdLineOutputMemo'
)
ScrollBars = ssAutoBoth
TabOrder = 0
end
end

View File

@ -7,7 +7,7 @@ object IDEInfoDialog: TIDEInfoDialog
ClientHeight = 330
ClientWidth = 644
OnCreate = FormCreate
LCLVersion = '0.9.29'
LCLVersion = '0.9.31'
object Memo1: TMemo
Left = 0
Height = 330
@ -17,6 +17,7 @@ object IDEInfoDialog: TIDEInfoDialog
Lines.Strings = (
'Memo1'
)
ScrollBars = ssAutoBoth
TabOrder = 0
end
end