[Chore] remove the code that is no longer in use.
This commit is contained in:
@@ -19,7 +19,6 @@ def _createSettingBoxContainer(config_window, settings, setting_box_container_se
|
|||||||
|
|
||||||
return setting_box_wrapper_section_title_frame
|
return setting_box_wrapper_section_title_frame
|
||||||
|
|
||||||
# Common setting
|
|
||||||
|
|
||||||
# Setting box container
|
# Setting box container
|
||||||
setting_box_container_widget = CTkFrame(config_window.main_setting_box_bg_wrapper, corner_radius=0, fg_color=settings.ctm.MAIN_BG_COLOR, width=0, height=0)
|
setting_box_container_widget = CTkFrame(config_window.main_setting_box_bg_wrapper, corner_radius=0, fg_color=settings.ctm.MAIN_BG_COLOR, width=0, height=0)
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from time import sleep
|
|
||||||
|
|
||||||
from customtkinter import StringVar, IntVar
|
from customtkinter import StringVar, IntVar
|
||||||
|
|
||||||
from utils import callFunctionIfCallable
|
from utils import callFunctionIfCallable
|
||||||
|
|||||||
@@ -1,11 +1,8 @@
|
|||||||
from time import sleep
|
|
||||||
|
|
||||||
from customtkinter import StringVar, IntVar
|
from customtkinter import StringVar, IntVar
|
||||||
from tkinter import font as tk_font
|
from tkinter import font as tk_font
|
||||||
from languages import selectable_languages
|
from languages import selectable_languages
|
||||||
from utils import get_key_by_value, callFunctionIfCallable
|
from utils import get_key_by_value, callFunctionIfCallable
|
||||||
|
|
||||||
|
|
||||||
from .._SettingBoxGenerator import _SettingBoxGenerator
|
from .._SettingBoxGenerator import _SettingBoxGenerator
|
||||||
|
|
||||||
from config import config
|
from config import config
|
||||||
@@ -16,7 +13,7 @@ def createSettingBox_Appearance(setting_box_wrapper, config_window, settings):
|
|||||||
createSettingBoxSlider = sbg.createSettingBoxSlider
|
createSettingBoxSlider = sbg.createSettingBoxSlider
|
||||||
|
|
||||||
# 関数名は変えるかもしれない。
|
# 関数名は変えるかもしれない。
|
||||||
# テーマ変更、フォント変更時、 Widget再生成か再起動かは検討中\
|
# テーマ変更、フォント変更時、 Widget再生成か再起動かは検討中
|
||||||
def slider_transparency_callback(value):
|
def slider_transparency_callback(value):
|
||||||
callFunctionIfCallable(config_window.CALLBACK_SET_TRANSPARENCY, value)
|
callFunctionIfCallable(config_window.CALLBACK_SET_TRANSPARENCY, value)
|
||||||
|
|
||||||
@@ -25,7 +22,6 @@ def createSettingBox_Appearance(setting_box_wrapper, config_window, settings):
|
|||||||
|
|
||||||
def optionmenu_ui_scaling_callback(value):
|
def optionmenu_ui_scaling_callback(value):
|
||||||
callFunctionIfCallable(config_window.CALLBACK_SET_UI_SCALING, value)
|
callFunctionIfCallable(config_window.CALLBACK_SET_UI_SCALING, value)
|
||||||
# self.optionmenu_ui_scaling.set(choice)
|
|
||||||
|
|
||||||
def optionmenu_font_family_callback(value):
|
def optionmenu_font_family_callback(value):
|
||||||
callFunctionIfCallable(config_window.CALLBACK_SET_FONT_FAMILY, value)
|
callFunctionIfCallable(config_window.CALLBACK_SET_FONT_FAMILY, value)
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from time import sleep
|
|
||||||
|
|
||||||
from customtkinter import StringVar, IntVar
|
from customtkinter import StringVar, IntVar
|
||||||
|
|
||||||
from utils import callFunctionIfCallable
|
from utils import callFunctionIfCallable
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
from time import sleep
|
|
||||||
|
|
||||||
from customtkinter import StringVar, IntVar
|
from customtkinter import StringVar, IntVar
|
||||||
|
|
||||||
from utils import callFunctionIfCallable
|
from utils import callFunctionIfCallable
|
||||||
|
|||||||
Reference in New Issue
Block a user