r1010 - trunk/coser-ui/src/main/java/fr/ifremer/coser/ui
Author: echatellier Date: 2012-07-16 16:47:51 +0200 (Mon, 16 Jul 2012) New Revision: 1010 Url: http://forge.codelutin.com/repositories/revision/coser/1010 Log: fixes #1330 Correction du probl?\195?\168me d'affichage ?\195?\160 l'ouverture Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx Modified: trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx =================================================================== --- trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx 2012-07-16 14:14:39 UTC (rev 1009) +++ trunk/coser-ui/src/main/java/fr/ifremer/coser/ui/HomeView.jaxx 2012-07-16 14:47:51 UTC (rev 1010) @@ -32,12 +32,12 @@ <Table constraints="BorderLayout.CENTER"> <row> - <cell weightx="1" weighty="1" anchor="south"> + <cell weightx="1" weighty="1" anchor="south" fill="horizontal"> <JLabel icon="logo300.png" horizontalAlignment="{SwingConstants.CENTER}" /> </cell> </row> <row> - <cell weightx="1" weighty="1" anchor="north"> + <cell weightx="1" weighty="1" anchor="north" fill="horizontal"> <JLabel text='coser.ui.home.text' horizontalAlignment="{SwingConstants.CENTER}" /> </cell> </row>
participants (1)
-
echatellier@users.forge.codelutin.com