move log
This commit is contained in:
parent
005cec4054
commit
1d71d639cc
2 changed files with 5 additions and 5 deletions
|
|
@ -21,9 +21,9 @@
|
|||
const stateBackgroundColor = "rgba(255, 255, 255, 0.3)"; // 背景色
|
||||
const backgroundPadding = 3; // 背景の上下の余白
|
||||
const cornerRadius = 6; // 背景の角の丸み
|
||||
const windowWidth = 240; // ウィンドウの横幅
|
||||
const windowWidth = 270; // ウィンドウの横幅
|
||||
const windowHeight = 192; // ウィンドウの高さ
|
||||
const stateWindowX = 1050; // ウィンドウのX座標
|
||||
const stateWindowX = 900; // ウィンドウのX座標
|
||||
const stateWindowY = 540; // ウィンドウのY座標
|
||||
const displaySwitchID = 31; // 表示を制御するスイッチID
|
||||
|
||||
|
|
|
|||
|
|
@ -17,13 +17,13 @@
|
|||
(() => {
|
||||
const maxStates = 5; // 表示するステートの最大数
|
||||
const stateLineHeight = 32; // ステートの行高さ
|
||||
const stateFontSize = 18; // フォントサイズ
|
||||
const stateFontSize = 16; // フォントサイズ
|
||||
const stateBackgroundColor = "rgba(255, 255, 255, 0.3)"; // 背景色
|
||||
const backgroundPadding = 3; // 背景の上下の余白
|
||||
const cornerRadius = 6; // 背景の角の丸み
|
||||
const windowWidth = 240; // ウィンドウの横幅
|
||||
const windowWidth = 270; // ウィンドウの横幅
|
||||
const windowHeight = 192; // ウィンドウの高さ
|
||||
const stateWindowX = 1050; // ウィンドウのX座標
|
||||
const stateWindowX = 1020; // ウィンドウのX座標
|
||||
const stateWindowY = 540; // ウィンドウのY座標
|
||||
const displaySwitchID = 31; // 表示を制御するスイッチID
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue