This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See http://git.codelutin.com/observe.git commit cb365f6a7e4c3fed85d23c894543477e7e772740 Author: Tony CHEMIT <chemit@codelutin.com> Date: Mon Apr 6 20:31:59 2015 +0200 refs #6904 correction de la disposition --- .../fr/ird/observe/ui/content/open/impl/seine/ActivitySeineUI.jaxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/observe-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/ActivitySeineUI.jaxx b/observe-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/ActivitySeineUI.jaxx index 467f64a..8ab16fb 100644 --- a/observe-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/ActivitySeineUI.jaxx +++ b/observe-swing/src/main/java/fr/ird/observe/ui/content/open/impl/seine/ActivitySeineUI.jaxx @@ -98,7 +98,7 @@ void $afterCompleteSetup() { <cell anchor="north" weightx="1"> <JTabbedPane id='fishingOperationTabPane'> <tab id='generalTab'> - <Table fill="both" weightx="1"> + <Table fill="both"> <!-- heure observation --> <row> <cell columns="2" weightx="1"> @@ -190,13 +190,13 @@ void $afterCompleteSetup() { </tab> <tab id='measurementsTab'> - <Table fill="both" weightx="1"> + <Table fill="both"> <!-- vitesse vessel --> <row> <cell anchor='west'> <JLabel id='vesselSpeedLabel'/> </cell> - <cell anchor='east' fill="both"> + <cell anchor='east' weightx="1" fill="both"> <NumberEditor id='vesselSpeed' constructorParams='this'/> </cell> </row> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@list.forge.codelutin.com>.