Commit 255bfc47c98503de42b563156e9f44d7eb6b3b05
1 parent
9ea9174b
Exists in
master
and in
110 other branches
log pannel: Hide splitter and add icon
Showing
3 changed files
with
9 additions
and
1 deletions
Show diff stats
js/app/controllers/ExplorerModule.js
@@ -109,7 +109,7 @@ Ext.define('amdaDesktop.ExplorerModule', | @@ -109,7 +109,7 @@ Ext.define('amdaDesktop.ExplorerModule', | ||
109 | title: 'Log', | 109 | title: 'Log', |
110 | id: 'LogPanel', | 110 | id: 'LogPanel', |
111 | collapsible: true, | 111 | collapsible: true, |
112 | - hideCollapseTool: true, | 112 | + iconCls: 'icon-align-left', |
113 | region: 'south', | 113 | region: 'south', |
114 | split: true, | 114 | split: true, |
115 | height: 150, | 115 | height: 150, |
js/resources/css/amda.css
@@ -104,6 +104,10 @@ | @@ -104,6 +104,10 @@ | ||
104 | background-image:url( ../images/16x16/workspaces.png ) !important; | 104 | background-image:url( ../images/16x16/workspaces.png ) !important; |
105 | } | 105 | } |
106 | 106 | ||
107 | +.icon-align-left { | ||
108 | + background-image: url(../images/16x16/align_left.png); | ||
109 | +} | ||
110 | + | ||
107 | .icon-delete { | 111 | .icon-delete { |
108 | background-image:url( ../images/icons/fam/delete.gif ) !important; | 112 | background-image:url( ../images/icons/fam/delete.gif ) !important; |
109 | } | 113 | } |
@@ -497,6 +501,10 @@ p + p { | @@ -497,6 +501,10 @@ p + p { | ||
497 | opacity: 1.0 !important; | 501 | opacity: 1.0 !important; |
498 | } | 502 | } |
499 | 503 | ||
504 | +#LogPanel-splitter-collapseEl { | ||
505 | + display: none; | ||
506 | +} | ||
507 | + | ||
500 | .epntap_grid .disabled_row { | 508 | .epntap_grid .disabled_row { |
501 | color: gray; | 509 | color: gray; |
502 | } | 510 | } |
201 Bytes