ui.tools.workspace: Add workspace-dim global variable

db4
Eduardo Cavazos 2008-01-30 01:59:46 -06:00
parent 28ee96af40
commit b7191f3706
1 changed files with 5 additions and 1 deletions

View File

@ -69,7 +69,11 @@ M: gadget tool-scroller drop f ;
[ find-workspace hide-popup ] <debugger>
"Error" show-titled-popup ;
M: workspace pref-dim* drop { 600 700 } ;
SYMBOL: workspace-dim
{ 600 700 } workspace-dim set-global
M: workspace pref-dim* drop workspace-dim get ;
M: workspace focusable-child*
dup workspace-popup [ ] [ workspace-listener ] ?if ;