M.Sz.

Results 484 comments of M.Sz.

meh @keshon my linux refuses to run your code ```console [test-giu-systray-app (130) ]$ ./app 2022/02/08 10:14:50 profile: memory profiling enabled (rate 4096), mem.pprof (app:28482): Gtk-CRITICAL **: 10:14:50.193: gtk_widget_get_scale_factor: assertion 'GTK_IS_WIDGET...

@keshon I meet this issue on my fedora: https://github.com/getlantern/systray/issues/166 And sadly don't have any other os/vm with go-dev enviroument

> But I'm not sure we could cover that much OS... I meant to add a code (like a set of labels using as much as possible `foreign` characters) so...

I'd suggest to enable `revive` linter. It'll point out any missings here. (revive is disabled atm, because else linter workflow would fail)

@AllenDang it is included in .golangci.yml you can uncomment it and fix revive lint errors.

> ![image](https://user-images.githubusercontent.com/73652197/134021426-b05beac3-5809-4277-b269-13d1cbf19bbf.png) yep, @AllenDang It's a kind of bug in AlignmentSetter I'll take a look @ItsVoltz maybe try the following for now: ```golang g.Custom(func() { // centered buttons width, _...

@ItsVoltz it should be fixed in #343 (align setter will work)

@ItsVoltz could you try `go get -u github.com/AllenDang/giu@36465fb9879a6ec167166bf35b66408b34150ed7`? (sometimes `go get -u repo@master` doesn't use the latest commit) I think that aligning a `RowWidget` should work: ![image](https://user-images.githubusercontent.com/73652197/134766648-27e3215f-921f-47b4-aa28-06093caf1e18.png)

> That worked thank you!, all though I have come across a bug with clicks registering on these row aligned buttons, the first button works fine however clicks on the...

@AllenDang I got an idea, but it it may be reallly experimanetal: to measure widget size: - get MasterWindowSize - render widgets OUT OF WINDOW BOUNDS (to avoid user interaction...