diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2013-03-12 17:10:24 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2013-03-12 17:10:24 +0000 |
commit | cbec521c8aa558c6171baab84d2436332831c8fb (patch) | |
tree | 1687f3ed4ae7f70588994ed96157b0d4be9c4d69 /examples/apps/ide | |
parent | b6948700c02607a15c96c3d2dfa6ee6f362388c2 (diff) | |
download | fpGUI-cbec521c8aa558c6171baab84d2436332831c8fb.tar.xz |
ide: increase Messages grid text width.
Still not an ideal solution, but better on larger screens.
Diffstat (limited to 'examples/apps/ide')
-rw-r--r-- | examples/apps/ide/src/frm_main.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/apps/ide/src/frm_main.pas b/examples/apps/ide/src/frm_main.pas index 0abdb4ac..ca54a2b5 100644 --- a/examples/apps/ide/src/frm_main.pas +++ b/examples/apps/ide/src/frm_main.pas @@ -1258,7 +1258,7 @@ begin SetPosition(0, 4, 558, 73); Anchors := [anLeft,anRight,anTop,anBottom]; BackgroundColor := TfpgColor($80000002); - AddColumn('New', 800, taLeftJustify); + AddColumn('New', 2000, taLeftJustify); FontDesc := '#Grid'; HeaderFontDesc := '#GridHeader'; Hint := ''; |