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

2022-02-26 Thread Akihiko Odaki
On Sun, Feb 27, 2022 at 2:18 AM BALATON Zoltan wrote: > > On Sat, 26 Feb 2022, Akihiko Odaki wrote: > > This provides standard look and feel for the about panel and reduces > > code. > > > > Signed-off-by: Akihiko Odaki > > --- > > ui/cocoa.m | 112 +++-

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

2022-02-26 Thread BALATON Zoltan
On Sat, 26 Feb 2022, Akihiko Odaki wrote: 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

[PATCH v2] 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..9c27b9f5a