|
From: Alexander P. <dea...@us...> - 2002-09-30 13:34:05
|
Update of /cvsroot/vesuf/dictionary/src/dictionary In directory usw-pr-cvs1:/tmp/cvs-serv32374/src/dictionary Modified Files: dictionary_awt.suiml dictionary_caffeine.suiml Log Message: beautyfied layout Index: dictionary_awt.suiml =================================================================== RCS file: /cvsroot/vesuf/dictionary/src/dictionary/dictionary_awt.suiml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dictionary_awt.suiml 10 Jun 2002 08:45:20 -0000 1.1.1.1 --- dictionary_awt.suiml 30 Sep 2002 13:34:00 -0000 1.2 *************** *** 35,38 **** --- 35,39 ---- path = "CurrentDictionary" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 0, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 46,49 **** --- 47,51 ---- path = "Query.From" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 1, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 57,60 **** --- 59,63 ---- path = "Query.To" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 2, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> Index: dictionary_caffeine.suiml =================================================================== RCS file: /cvsroot/vesuf/dictionary/src/dictionary/dictionary_caffeine.suiml,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** dictionary_caffeine.suiml 10 Jun 2002 08:45:20 -0000 1.1.1.1 --- dictionary_caffeine.suiml 30 Sep 2002 13:34:00 -0000 1.2 *************** *** 41,44 **** --- 41,45 ---- path = "CurrentDictionary" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 0, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 52,55 **** --- 53,57 ---- path = "Query.From" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 1, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> *************** *** 63,66 **** --- 65,69 ---- path = "Query.To" widgettype = "Choice" + background = "white" layoutconstraints = "org.vesuf.runtime.presentation.awt.VesufGridBagConstraints(1, 2, 1, 1, 2, 1, java.awt.GridBagConstraints.WEST, java.awt.GridBagConstraints.HORIZONTAL)"/> |