Re: [PATCH v3] ui/cocoa: Use the standard about panel

2022-03-04 Thread Peter Maydell
On Sun, 27 Feb 2022 at 04:22, Akihiko Odaki wrote: > > This provides standard look and feel for the about panel and reduces > code. > > Signed-off-by: Akihiko Odaki > --- Applied to target-arm.next, thanks. -- PMM

[PATCH v3] ui/cocoa: Use the standard about panel

2022-02-26 Thread Akihiko Odaki
This provides standard look and feel for the about panel and reduces code. Signed-off-by: Akihiko Odaki --- ui/cocoa.m | 112 +++-- 1 file changed, 23 insertions(+), 89 deletions(-) diff --git a/ui/cocoa.m b/ui/cocoa.m index a8f1cdaf926..59672fee7