Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public class WorkbenchMessages extends NLS {

public static String ThemingEnabled;

public static String HiDpiSettingsGroupTitle;

public static String RescaleAtRuntimeDescription;

public static String RescaleAtRuntimeEnabled;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ ThemeChangeWarningText = Restart for the theme changes to take full effect
ThemeChangeWarningTitle = Theme Changed
RescaleAtRuntimeSettingChangeWarningTitle = DPI Setting Changed
RescaleAtRuntimeSettingChangeWarningText = Restart for the DPI setting changes to take effect
HiDpiSettingsGroupTitle = HiDPI settings
RescaleAtRuntimeDescription = Activating this option will dynamically scale all windows according to the monitor they are currently in
RescaleAtRuntimeEnabled = Use monitor-specific UI &scaling
# --- Workbench -----
Expand Down
Loading