ui.tools.error-list: smaller default size

release
Slava Pestov 2010-04-13 06:16:45 -07:00
parent f652ee2b02
commit 74075511c2
1 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ M: source-file-renderer filled-column drop 1 ;
[ invoke-primary-operation ] >>action
COLOR: dark-gray >>column-line-color
6 >>gap
5 >>min-rows
5 >>max-rows
4 >>min-rows
4 >>max-rows
60 >>min-cols
60 >>max-cols
t >>selection-required?
@ -115,8 +115,8 @@ M: error-renderer column-alignment drop { 0 1 0 0 } ;
[ invoke-primary-operation ] >>action
COLOR: dark-gray >>column-line-color
6 >>gap
5 >>min-rows
5 >>max-rows
4 >>min-rows
4 >>max-rows
60 >>min-cols
60 >>max-cols
t >>selection-required?