File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dockspawn.TabHost.prototype.setActiveTab = function(container)
70
70
dockspawn . TabHost . prototype . resize = function ( width , height )
71
71
{
72
72
this . hostElement . style . width = width + "px" ;
73
- this . hostElement . style . height = width + "px" ;
73
+ this . hostElement . style . height = height + "px" ;
74
74
75
75
var tabHeight = this . tabListElement . clientHeight ;
76
76
var separatorHeight = this . separatorElement . clientHeight ;
Original file line number Diff line number Diff line change 39
39
width : 100% ;
40
40
}
41
41
42
+ .panel-content * {
43
+ margin : 0px ;
44
+ }
45
+
42
46
/***************** Floating dialog box ****************/
43
47
.dialog-floating {
44
48
position : absolute;
170
174
background-color : # 666 ;
171
175
}
172
176
177
+ .tab-content * {
178
+ margin : 0px ;
179
+ }
180
+
173
181
.tab-handle {
174
182
position : relative;
175
183
background-color : # 05B ;
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ dockspawn.TabHost.prototype.setActiveTab = function(container)
180
180
dockspawn . TabHost . prototype . resize = function ( width , height )
181
181
{
182
182
this . hostElement . style . width = width + "px" ;
183
- this . hostElement . style . height = width + "px" ;
183
+ this . hostElement . style . height = height + "px" ;
184
184
185
185
var tabHeight = this . tabListElement . clientHeight ;
186
186
var separatorHeight = this . separatorElement . clientHeight ;
You can’t perform that action at this time.
0 commit comments