Skip to content

Commit

Permalink
[0330/reset-window:0.2.1] コード整理
Browse files Browse the repository at this point in the history
  • Loading branch information
cwtickle committed Jan 16, 2021
1 parent bfcd587 commit 40d6ac4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions js/danoni_main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3516,8 +3516,7 @@ function optionInit() {
// Display設定へ移動
createCss2Button(`btnDisplay`, `>`, _ => settingsDisplayInit(), {
x: g_sWidth / 2 + 175 - C_LEN_SETMINI_WIDTH / 2, y: 25,
w: C_LEN_SETMINI_WIDTH, h: 40,
title: g_msgObj.toDisplay,
w: C_LEN_SETMINI_WIDTH, h: 40, title: g_msgObj.toDisplay,
}, g_cssObj.button_Mini),

// データセーブフラグの切替
Expand Down Expand Up @@ -4764,8 +4763,7 @@ function settingsDisplayInit() {
// メイン設定へ戻る
createCss2Button(`btnSettings`, `<`, _ => optionInit(), {
x: g_sWidth / 2 - 175 - C_LEN_SETMINI_WIDTH / 2, y: 25,
w: C_LEN_SETMINI_WIDTH, h: 40,
title: g_msgObj.toSettings,
w: C_LEN_SETMINI_WIDTH, h: 40, title: g_msgObj.toSettings,
}, g_cssObj.button_Mini)

);
Expand Down

0 comments on commit 40d6ac4

Please sign in to comment.