[Update] Quick Settings Window: スライダー系の幅が固定されるのを防ぐため、ウィンドウの幅に合わせて可変的に。

Quick Settings Window(Overlay): position, depthの設定範囲に合わせて、0.01単位で設定できるように刻み数を増加。
This commit is contained in:
Sakamoto Shiina
2024-05-15 14:28:23 +09:00
parent 85a1decfb4
commit 34a372686b
2 changed files with 4 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ class QuickSettingsWindow(CTkToplevel):
self.configure(fg_color=self.settings.ctm.SB__BG_COLOR)
BG_HEX_COLOR = "#292a2d"
self.grid_columnconfigure(0, weight=1)
self.qsw_background = CTkFrame(self, corner_radius=0, fg_color=self.settings.ctm.SB__BG_COLOR)
self.qsw_background.grid(row=0, column=0, pady=0, sticky="ew")