#307 #317 margin between timelines

This commit is contained in:
cutls
2020-09-04 23:43:04 +09:00
parent 2d249f6f19
commit bec4444388
6 changed files with 29 additions and 6 deletions

View File

@@ -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.)",

View File

@@ -27,6 +27,7 @@
"widthwarn": "画面全体の横幅÷カラム数で計算してそれ超してもうたら横スクロール入るで。",
"fixwidth": "TweetDeckの限定の最低横幅",
"fixwidthwarn": "",
"margin": "TL間のマージン",
"above": "以上",
"font": "フォント",
"fontwarn": "「選択」を押してフォントを選んでな。(Linuxでは動かんかもしれん。)",

View File

@@ -28,6 +28,7 @@
"widthwarn": "画面全体の横幅÷カラム数がこの値を超えた時、横スクロールとなります。",
"fixwidth": "TweetDeckの限定の最低横幅",
"fixwidthwarn": "",
"margin": "TL間のマージン",
"above": "以上",
"font": "フォント",
"fontwarn": "「選択」を押してフォントを選んでください。(Linuxでは動かない場合があります。)",

View File

@@ -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',