diff --git a/basis/ui/gadgets/tables/tables.factor b/basis/ui/gadgets/tables/tables.factor index ee605185ec..c8c4d7c762 100644 --- a/basis/ui/gadgets/tables/tables.factor +++ b/basis/ui/gadgets/tables/tables.factor @@ -34,14 +34,15 @@ TUPLE: table < line-gadget { action initial: [ drop ] } single-click? { hook initial: [ ] } -{ gap initial: 6 } +{ gap initial: 2 } column-widths total-width focus-border-color { mouse-color initial: COLOR: black } -{ column-line-color initial: COLOR: dark-gray } +{ column-line-color initial: T{ rgba f 0 0 0 0 } } selection-required? selected-index selected-value mouse-index +{ takes-focus? initial: t } focused? ; :