enhance: move color scheme submenu from Tools to Display menu

Refs #1891
This commit is contained in:
Ansgar Becker
2026-02-22 19:14:50 +01:00
parent c0fbcff3ef
commit f7f90e8f41

View File

@@ -3700,6 +3700,13 @@ object MainForm: TMainForm
Action = actDisplayTreeFilters
AutoCheck = True
end
object menuColorScheme: TMenuItem
Caption = 'Color scheme'
ImageIndex = 115
object menuSQLpreferences: TMenuItem
Action = actPreferencesSQL
end
end
object Separator1: TMenuItem
Caption = '-'
end
@@ -3872,13 +3879,6 @@ object MainForm: TMainForm
object N4: TMenuItem
Caption = '-'
end
object menuColorScheme: TMenuItem
Caption = 'Color scheme'
ImageIndex = 115
object menuSQLpreferences: TMenuItem
Action = actPreferencesSQL
end
end
object MenuPreferences: TMenuItem
Action = actPreferences
end