Home
last modified time | relevance | path

Searched refs:KEY_CODE_VIEW_FONT_SIZE (Results 1 – 1 of 1) sorted by relevance

/dports/textproc/sigil/Sigil-1.8.0/src/Misc/
H A DSettingsStore.cpp91 static QString KEY_CODE_VIEW_FONT_SIZE = SETTINGS_GROUP + "/" + "code_view_font_size"; variable
409 appearance.font_size = value(KEY_CODE_VIEW_FONT_SIZE, 10).toInt(); in codeViewAppearance()
733 setValue(KEY_CODE_VIEW_FONT_SIZE, code_view_appearance.font_size); in setCodeViewAppearance()
817 remove(KEY_CODE_VIEW_FONT_SIZE); in clearAppearanceSettings()