mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-01-07 00:42:43 -05:00
Fix settings layouts
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user