From 80df33888ab4e9b0f7d7b56f45d1bd22b253da3a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 30 Jan 2025 09:38:28 -0600 Subject: done on this part of the GUI for now I think --- windowViewRepoPatches.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'windowViewRepoPatches.go') diff --git a/windowViewRepoPatches.go b/windowViewRepoPatches.go index 5a6a0be..9b7ed83 100644 --- a/windowViewRepoPatches.go +++ b/windowViewRepoPatches.go @@ -12,14 +12,14 @@ import ( ) type repoPatchWindow struct { - once sync.Once // only init() the window once - win *gadgets.BasicWindow // the patches window - stack *gui.Node // the top box set as vertical - shelf *gui.Node // the first box in the stack, set as horizontal - grid *gui.Node // the list of available patches - summary *patchSummary // summary of current patches - setgrid *gui.Node // the list of each patchset - pset *forgepb.Patchset // the patchset in question + once sync.Once // only init() the window once + win *gadgets.BasicWindow // the patches window + stack *gui.Node // the top box set as vertical + shelf *gui.Node // the first box in the stack, set as horizontal + grid *gui.Node // the list of available patches + // summary *patchSummary // summary of current patches + setgrid *gui.Node // the list of each patchset + pset *forgepb.Patchset // the patchset in question } // todo: autogenerate these or make them standared 'gui' package functions -- cgit v1.2.3