From f7f90e8f418db4a8901eeb0f62ad330140bcb167 Mon Sep 17 00:00:00 2001 From: Ansgar Becker Date: Sun, 22 Feb 2026 19:14:50 +0100 Subject: [PATCH] enhance: move color scheme submenu from Tools to Display menu Refs #1891 --- source/main.lfm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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