Skip to content

Commit f7f90e8

Browse files
committed
enhance: move color scheme submenu from Tools to Display menu
Refs #1891
1 parent c0fbcff commit f7f90e8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/main.lfm

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3700,6 +3700,13 @@ object MainForm: TMainForm
37003700
Action = actDisplayTreeFilters
37013701
AutoCheck = True
37023702
end
3703+
object menuColorScheme: TMenuItem
3704+
Caption = 'Color scheme'
3705+
ImageIndex = 115
3706+
object menuSQLpreferences: TMenuItem
3707+
Action = actPreferencesSQL
3708+
end
3709+
end
37033710
object Separator1: TMenuItem
37043711
Caption = '-'
37053712
end
@@ -3872,13 +3879,6 @@ object MainForm: TMainForm
38723879
object N4: TMenuItem
38733880
Caption = '-'
38743881
end
3875-
object menuColorScheme: TMenuItem
3876-
Caption = 'Color scheme'
3877-
ImageIndex = 115
3878-
object menuSQLpreferences: TMenuItem
3879-
Action = actPreferencesSQL
3880-
end
3881-
end
38823882
object MenuPreferences: TMenuItem
38833883
Action = actPreferences
38843884
end

0 commit comments

Comments
 (0)