[bugfix/Update] Config Window: ToolTip. 角丸を無くしました。
理由, OS側でライトテーマなど選択された時に影響されて周りが白くなってしまい、消そうにもTkinterの透過が不完全すぎて見えちゃうのでもう角丸をなくすことにしました。
This commit is contained in:
@@ -274,6 +274,7 @@ class _SettingBoxGenerator():
|
|||||||
message=getSliderValueWAfterFormatting(),
|
message=getSliderValueWAfterFormatting(),
|
||||||
delay=0,
|
delay=0,
|
||||||
bg_color=self.settings.ctm.SB__SLIDER_TOOLTIP_BG_COLOR,
|
bg_color=self.settings.ctm.SB__SLIDER_TOOLTIP_BG_COLOR,
|
||||||
|
corner_radius=0,
|
||||||
text_color=self.settings.ctm.SB__SLIDER_TOOLTIP_TEXT_COLOR,
|
text_color=self.settings.ctm.SB__SLIDER_TOOLTIP_TEXT_COLOR,
|
||||||
font=CTkFont(family=self.settings.FONT_FAMILY, size=self.settings.uism.SB__SLIDER_TOOLTIP_FONT_SIZE, weight="normal"),
|
font=CTkFont(family=self.settings.FONT_FAMILY, size=self.settings.uism.SB__SLIDER_TOOLTIP_FONT_SIZE, weight="normal"),
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user