mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-29 17:46:29 +03:00
eepp:
Added some functions to the StyleSheet to enable updating the cached element definition and finding selectors. ecode: Added "UI Panel Font Size" option. LSP Client minor fixes. Added "--css" command line option. "Show Line Endings" is now disabled by default. Fixed "switch-to-previous-colorscheme" when running with emscripten.
This commit is contained in:
@@ -805,6 +805,8 @@ UIMenu* SettingsMenu::createWindowMenu() {
|
||||
->setId( "ui-scale-factor" );
|
||||
mWindowMenu->add( i18n( "ui_font_size", "UI Font Size" ), findIcon( "font-size" ) )
|
||||
->setId( "ui-font-size" );
|
||||
mWindowMenu->add( i18n( "ui_panel_font_size", "UI Panel Font Size" ), findIcon( "font-size" ) )
|
||||
->setId( "ui-panel-font-size" );
|
||||
mWindowMenu->add( i18n( "editor_font_size", "Editor Font Size" ), findIcon( "font-size" ) )
|
||||
->setId( "editor-font-size" );
|
||||
mWindowMenu->add( i18n( "terminal_font_size", "Terminal Font Size" ), findIcon( "font-size" ) )
|
||||
|
||||
Reference in New Issue
Block a user