native macOS codings agent orchestrator
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

Set custom command name and shortcut widths

onevcat 4d8fd2d7 45721287

+2 -2
+2 -2
supacode/Features/Settings/Views/RepositorySettingsView.swift
··· 1142 1142 1143 1143 private var customCommandsIconColumnWidth: CGFloat { 48 } 1144 1144 1145 - private var customCommandsNameColumnWidth: CGFloat { 160 } 1145 + private var customCommandsNameColumnWidth: CGFloat { 130 } 1146 1146 1147 - private var customCommandsShortcutColumnWidth: CGFloat { 120 } 1147 + private var customCommandsShortcutColumnWidth: CGFloat { 100 } 1148 1148 1149 1149 private var customCommandsListHeight: CGFloat { 200 } 1150 1150 }