@@ -28,6 +28,7 @@
|
||||
"widthwarn": "Scroll bar will be shown when your window size is more than ammounts of columns.",
|
||||
"fixwidth": "Minimum width of TweetDeck browser",
|
||||
"fixwidthwarn": "",
|
||||
"margin": "Margin between timelines",
|
||||
"above": "above",
|
||||
"font": "Font",
|
||||
"fontwarn": "Select your favorite font to 'Select'(On Linux, it may not work.)",
|
||||
|
@@ -27,6 +27,7 @@
|
||||
"widthwarn": "画面全体の横幅÷カラム数で計算してそれ超してもうたら横スクロール入るで。",
|
||||
"fixwidth": "TweetDeckの限定の最低横幅",
|
||||
"fixwidthwarn": "",
|
||||
"margin": "TL間のマージン",
|
||||
"above": "以上",
|
||||
"font": "フォント",
|
||||
"fontwarn": "「選択」を押してフォントを選んでな。(Linuxでは動かんかもしれん。)",
|
||||
|
@@ -28,6 +28,7 @@
|
||||
"widthwarn": "画面全体の横幅÷カラム数がこの値を超えた時、横スクロールとなります。",
|
||||
"fixwidth": "TweetDeckの限定の最低横幅",
|
||||
"fixwidthwarn": "",
|
||||
"margin": "TL間のマージン",
|
||||
"above": "以上",
|
||||
"font": "フォント",
|
||||
"fontwarn": "「選択」を押してフォントを選んでください。(Linuxでは動かない場合があります。)",
|
||||
|
@@ -83,6 +83,19 @@ var envConstruction = [
|
||||
desc: '@@widthwarn@@'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'margin',
|
||||
storage: 'margin',
|
||||
checkbox: false,
|
||||
doubleText: false,
|
||||
setValue: 0,
|
||||
width: 50,
|
||||
text: {
|
||||
head: '@@margin@@',
|
||||
desc: '',
|
||||
after: 'px'
|
||||
}
|
||||
},
|
||||
{
|
||||
id: 'fixwidth',
|
||||
storage: 'fixwidth',
|
||||
|
Reference in New Issue
Block a user