This is an automated email from the git hooks/post-receive script. New change to branch feature/1178-Taille_minimale_fenetre in repository lima. See http://git.chorem.org/lima.git at 14979bc fixes #1178 Une taille minimal pour la fenetre principale est définie par défaut This branch includes the following new commits: new 14979bc fixes #1178 Une taille minimal pour la fenetre principale est définie par défaut The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 14979bc2f91e8a34ec326782dd12771904c5bc81 Author: dcosse <cosse@codelutin.com> Date: Thu Feb 26 10:15:49 2015 +0100 fixes #1178 Une taille minimal pour la fenetre principale est définie par défaut -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch feature/1178-Taille_minimale_fenetre in repository lima. See http://git.chorem.org/lima.git commit 14979bc2f91e8a34ec326782dd12771904c5bc81 Author: dcosse <cosse@codelutin.com> Date: Thu Feb 26 10:15:49 2015 +0100 fixes #1178 Une taille minimal pour la fenetre principale est définie par défaut --- lima-swing/src/main/java/org/chorem/lima/ui/MainView.css | 5 +++-- lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) 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 48984f7..0bb7df4 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 @@ -22,8 +22,9 @@ #mainView { title : "lima.title"; - width : 800; - height : 600; + width : 1024; + height : 768; + minimumSize : {new Dimension(1024,768)}; resizable : true; extendedState : "{this.MAXIMIZED_BOTH}" ; iconImage : "puzzle_icon.png"; diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx index dc60fa1..9ddecce 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx +++ b/lima-swing/src/main/java/org/chorem/lima/ui/MainView.jaxx @@ -26,6 +26,7 @@ <import> java.util.Locale + java.awt.Dimension javax.swing.JButton jaxx.runtime.SwingUtil org.chorem.lima.LimaSwingConfig -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm