Fix settings layouts

This commit is contained in:
Petr Mironychev
2024-09-08 14:31:52 +02:00
parent 397dd33a96
commit 539a220771
3 changed files with 12 additions and 13 deletions

View File

@ -85,8 +85,8 @@ ContextSettings::ContextSettings()
setLayouter([this]() {
using namespace Layouting;
return Column{Row{readFullFile, Stretch{1}, resetToDefaults},
readStringsBeforeCursor,
readStringsAfterCursor,
Row{readStringsBeforeCursor, Stretch{1}},
Row{readStringsAfterCursor, Stretch{1}},
useFilePathInContext,
useSpecificInstructions,
specificInstractions,