branch feature/1187 created (now b957513)
This is an automated email from the git hooks/post-receive script. New change to branch feature/1187 in repository lima. See http://git.chorem.org/lima.git at b957513 change remove icon on tab This branch includes the following new commits: new b957513 change remove icon on tab 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 b957513ef750eebd71793e6f8797c3f3400222f4 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Mar 20 15:02:18 2015 +0100 change remove icon on tab -- 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/1187 in repository lima. See http://git.chorem.org/lima.git commit b957513ef750eebd71793e6f8797c3f3400222f4 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri Mar 20 15:02:18 2015 +0100 change remove icon on tab --- .../main/java/org/chorem/lima/ui/ClosableTabHeader.css | 11 ++++++++--- .../java/org/chorem/lima/ui/ClosableTabHeader.jaxx | 3 +-- .../src/main/resources/icons/action-closeTab.png | Bin 3140 -> 655 bytes 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.css b/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.css index 25fb9e4..241fa8d 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.css +++ b/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.css @@ -29,8 +29,13 @@ } #closeTab { - opaque : true; - border : {BorderFactory.createEmptyBorder()}; - focusPainted : false; + contentAreaFilled : false; + focusable : false; + border : {BorderFactory.createEtchedBorder()}; + borderPainted : false; actionIcon : closeTab; + visible : {isCanClose()}; + enabled : {isCanClose()}; + height : 16; + width : 16; } diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.jaxx b/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.jaxx index 061aa0a..65e3c43 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.jaxx +++ b/lima-swing/src/main/java/org/chorem/lima/ui/ClosableTabHeader.jaxx @@ -31,6 +31,5 @@ <JLabel id='label' text='{getTitle()}'/> - <JButton id='closeTab' - enabled='{isCanClose()}'/> + <JButton id='closeTab'/> </JPanel> diff --git a/lima-swing/src/main/resources/icons/action-closeTab.png b/lima-swing/src/main/resources/icons/action-closeTab.png index 235e4a9..1514d51 100644 Binary files a/lima-swing/src/main/resources/icons/action-closeTab.png and b/lima-swing/src/main/resources/icons/action-closeTab.png differ -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm