You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -392,7 +407,7 @@ public void actionPerformed(ActionEvent e) {
392
407
.addGroup(layout.createSequentialGroup()
393
408
.addComponent(languageLabel)
394
409
.addComponent(languageSelectionBox,GroupLayout.PREFERRED_SIZE, GroupLayout.DEFAULT_SIZE, GroupLayout.PREFERRED_SIZE) // This makes the component non-resizable in the X direction
Copy file name to clipboardExpand all lines: build/shared/lib/languages/PDE.properties
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -166,6 +166,7 @@ preferences.editor_and_console_font = Editor and Console font
166
166
preferences.editor_and_console_font.tip = Select the font used in the Editor and the Console.<br>Only monospaced (fixed-width) fonts may be used,<br>though the list may be imperfect.
167
167
preferences.editor_font_size = Editor font size
168
168
preferences.console_font_size = Console font size
169
+
preferences.zoom = Interface scale
169
170
preferences.background_color = Background color when Presenting
170
171
preferences.background_color.tip = Select the background color used when using Present.<br>Present is used to present a sketch in full-screen,<br>accessible from the Sketch menu.
171
172
preferences.use_smooth_text = Use smooth text in editor window
0 commit comments