CodeEditorPanel - Change font size via Ctrl+Scroll Wheel (#44)
Co-authored-by: Matt Parker <61717342+MattParkerDev@users.noreply.github.com>
This commit is contained in:
@@ -14,6 +14,8 @@ public static class InputStringNames
|
||||
public static readonly StringName FindFiles = nameof(FindFiles);
|
||||
public static readonly StringName SaveFile = nameof(SaveFile);
|
||||
public static readonly StringName SaveAllFiles = nameof(SaveAllFiles);
|
||||
public static readonly StringName EditorFontSizeIncrease = nameof(EditorFontSizeIncrease);
|
||||
public static readonly StringName EditorFontSizeDecrease = nameof(EditorFontSizeDecrease);
|
||||
}
|
||||
|
||||
public static class ThemeStringNames
|
||||
|
||||
Reference in New Issue
Block a user