Tony CHEMIT pushed to branch develop-7.x at ultreiaio / ird-observe Commits: 7640642c by Tony CHEMIT at 2018-07-13T13:00:43Z Fix source layout - - - - - 3 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 - pom.xml 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> ===================================== pom.xml ===================================== @@ -152,7 +152,7 @@ <maven.build.timestamp.format>dd/MM/yyyy HH:mm z</maven.build.timestamp.format> <buildDate>${maven.build.timestamp}</buildDate> - <observeToolkitVersion>3.7.2</observeToolkitVersion> + <observeToolkitVersion>3.7.3-SNAPSHOT</observeToolkitVersion> <!--<lib.version.java4all.jaxx>3.0-alpha-31</lib.version.java4all.jaxx>--> <!--<lib.version.nuiton.topia>3.4.2-SNAPSHOT</lib.version.nuiton.topia>--> <lib.version.nuiton.validation>3.1</lib.version.nuiton.validation> View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7640642c1c41b0f2b02e826aa54c... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/commit/7640642c1c41b0f2b02e826aa54c... You're receiving this email because of your account on gitlab.com.