This is an automated email from the git hooks/post-receive script. New commit to branch feature/1206 in repository lima. See http://git.chorem.org/lima.git commit fded943114440b76c1f7c463fccbf71f44be1851 Author: Tony CHEMIT <chemit@codelutin.com> Date: Fri Mar 20 16:40:38 2015 +0100 fixes #1206 Reduire la taille minimale de l'application --- lima-swing/src/main/java/org/chorem/lima/ui/MainView.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css index 0bb7df4..06b2b89 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css +++ b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.css @@ -24,7 +24,7 @@ title : "lima.title"; width : 1024; height : 768; - minimumSize : {new Dimension(1024,768)}; + minimumSize : {new Dimension(320,240)}; resizable : true; extendedState : "{this.MAXIMIZED_BOTH}" ; iconImage : "puzzle_icon.png"; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.