Changed version to 1.1.39 and disabled auto collapse (see Request/Issue
FDA-74)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>application</artifactId>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<parent>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>branding</artifactId>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
CTL_MainWindow_Title=FDA 1.1.36
|
||||
CTL_MainWindow_Title_No_Project=FDA 1.1.36
|
||||
CTL_MainWindow_Title=FDA 1.1.39
|
||||
CTL_MainWindow_Title_No_Project=FDA 1.1.39
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.cdump</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.ce</artifactId>
|
||||
|
||||
@@ -27,7 +27,7 @@ public class DefaultSettings {
|
||||
|
||||
private final static DefaultSettings instance = new DefaultSettings();
|
||||
|
||||
private boolean collapsed = true;
|
||||
private boolean collapsed = false;
|
||||
|
||||
|
||||
private DefaultSettings(){
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.cm</artifactId>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.ee</artifactId>
|
||||
@@ -87,7 +87,7 @@
|
||||
<dependency>
|
||||
<groupId>ch.psi</groupId>
|
||||
<artifactId>fda</artifactId>
|
||||
<version>1.1.36-SNAPSHOT</version>
|
||||
<version>1.1.39</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<parent>
|
||||
<artifactId>fda.ui</artifactId>
|
||||
<groupId>ch.psi</groupId>
|
||||
<version>1.1.36</version>
|
||||
<version>1.1.39</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>fda.ui.preferences</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user