Commit Graph

9 Commits

Author SHA1 Message Date
Sakamoto Shiina
7fe1cb329a [Refactor] 呼び出し関数名統一
.rowconfigure .columnconfigure を .grid_rowconfigure .grid_columnconfigure と統一。
(.rowconfigure .columnconfigure 側に統一しなかった理由は、.configure関数と大きく区別するため)
2023-10-10 16:13:42 +09:00
Sakamoto Shiina
9fce7f6a94 [bugfix] Config Window: Dropdown Menu Window. スクロールバー幅が左右で違っていたのを修正。
各Windowに1pxバグ検出用色追加と調整。
2023-10-08 20:49:17 +09:00
Sakamoto Shiina
1e220281ba [Update] Dropdown Window and Selectable Language WIndow: add cursor=hand2. and the color when it is hovered and clicked.
[Chore] remove the CTkFrame widget that was meaningless.
2023-10-08 20:24:32 +09:00
Sakamoto Shiina
f0abb8bcfa [Update] add function to view.py and print system message when switched language preset and selected language. 2023-09-17 14:57:16 +09:00
Sakamoto Shiina
0b1e731246 [Update] Main Window: Sidebar Language Settings DropdownMenu開閉機能をトグル式に。
Selectable Languages Window: タイトル追加。今開いているものがYour LanguageなのかTarget Languageなのか分かるように。
メイン画面のサイズに合わせて開くウインドウのサイズも変わるように。
2023-09-13 16:31:44 +09:00
Sakamoto Shiina
c841ceda18 [Update] Main Window: 言語選択ウィンドウにスクロールフレームを追加。サイズも無理やりではあるけどメイン画面に合わせて調整。 2023-09-10 07:08:07 +09:00
Sakamoto Shiina
9f9cd1e64c [Add] Main Window: Language Settings. 言語選択ボタンを押して言語選択ウィンドウ開閉時に、矢印の向きが反転するように。
[Bugfix] 根本的な解決ではないけれど、言語選択ウィンドウの開く位置が固定されてしまうのでその修正(サイドバーの幅は可変なので、それに合わせてウィンドウ生成時に毎回位置を指定)
2023-09-09 11:35:24 +09:00
Sakamoto Shiina
5222f7cc68 [Chore] remove the code that is no longer in use 2023-09-09 06:24:45 +09:00
Sakamoto Shiina
0c43fd8965 [Update] Main Window: Language Settings.言語選択時のドロップダウンメニューを既存のものからカスタムしたものに変更。とりあえず機能する状態。 2023-09-09 06:17:53 +09:00