Skip to content

Commit 81bccc6

Browse files
authored
Merge pull request #72 from grcrt/tsl_fix
fix: change TSL window size
2 parents 89516ea + 1265bfe commit 81bccc6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/GRCRT_TSL.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function _GRCRT_TSL() {
3939
$('<style/>')
4040
.append(
4141
'#grcrtTslGroup {'+
42-
'width: 190px;'+
42+
'width: 290px;'+
4343
'}'
4444
)
4545
.append(
@@ -70,7 +70,7 @@ function _GRCRT_TSL() {
7070
.append(
7171
'.TSLwrapper {'+
7272
'height: 16px;'+
73-
'width: 160px;'+
73+
'width: 260px;'+
7474
'position: absolute;'+
7575
'top: 0;'+
7676
'right: 0;'+
@@ -97,7 +97,7 @@ function _GRCRT_TSL() {
9797
'display: inline-block;'+
9898
'vertical-align: top;'+
9999
'color: #FFF;'+
100-
'width: 124px;'+
100+
'width: 224px;'+
101101
'text-align: center;'+
102102
'}'
103103
)
@@ -143,7 +143,7 @@ function _GRCRT_TSL() {
143143
'border-left: 7px solid #423515;'+
144144
'padding-right: 10px;'+
145145
'background-color: rgba(0, 0, 0, 0.1);'+
146-
'width: 213px;'+
146+
'width: 313px;'+
147147
'padding-left: 5px;'+
148148
'}'
149149
)
@@ -392,7 +392,7 @@ function _GRCRT_TSL() {
392392
window_type: g,
393393
minheight: 440,
394394
maxheight: 440,
395-
width: 250,
395+
width: 350,
396396
tabs: [{
397397
type: f.INDEX,
398398
title: 'none',

0 commit comments

Comments
 (0)