Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: d507ff45 by Tony CHEMIT at 2018-07-13T13:01:00Z Fix source layout - - - - - 2 changed files: - client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthLengthParameterUI.jaxx - client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthWeightParameterUI.jaxx Changes: ===================================== client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthLengthParameterUI.jaxx ===================================== @@ -161,16 +161,16 @@ <!-- source --> <row> - <cell columns="2"> + <cell columns="2" weighty="1"> <BigTextEditor id="sourceField"/> </cell> </row> - <row> - <cell columns="2" weighty="1"> - <JLabel styleClass="skipI18n"/> - </cell> - </row> + <!--<row>--> + <!--<cell columns="2" weighty="1">--> + <!--<JLabel styleClass="skipI18n"/>--> + <!--</cell>--> + <!--</row>--> </Table> </tab> ===================================== client/src/main/java/fr/ird/observe/client/ui/content/ref/common/LengthWeightParameterUI.jaxx ===================================== @@ -157,14 +157,6 @@ public void decorateUniqueKeyTable(JTable table, TableCellRenderer renderer, JSc onItemStateChanged='getBean().setStatus((ReferenceStatus)status.getSelectedItem())'/> </cell> </row> - - <!-- source --> - <row> - <cell columns="2"> - <BigTextEditor id="sourceField"/> - </cell> - </row> - <!-- needComment --> <row> <cell anchor='east' weightx="1" fill="both" columns="2"> @@ -172,11 +164,19 @@ public void decorateUniqueKeyTable(JTable table, TableCellRenderer renderer, JSc </cell> </row> + <!-- source --> <row> <cell columns="2" weighty="1"> - <JLabel styleClass="skipI18n"/> + <BigTextEditor id="sourceField"/> </cell> </row> + + + <!--<row>--> + <!--<cell columns="2" weighty="1">--> + <!--<JLabel styleClass="skipI18n"/>--> + <!--</cell>--> + <!--</row>--> </Table> </tab> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/d507ff45e5a30a3f3c76ccc084d8... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/d507ff45e5a30a3f3c76ccc084d8... You're receiving this email because of your account on gitlab.com.
participants (1)
-
Tony CHEMIT