diff --git a/source/main.lfm b/source/main.lfm index 5a62bb3b..6ccc8d78 100644 --- a/source/main.lfm +++ b/source/main.lfm @@ -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