ItsVoltz
ItsVoltz
> @ItsVoltz Maybe giu.Align(...) is the thing you are looking for? I use align however is there a way to align two buttons in a row perfectly? when I try...
> >  > > yep, @AllenDang It's a kind of bug in AlignmentSetter > I'll take a look > > @ItsVoltz maybe try the following for now: > >...
> @ItsVoltz it should be fixed in #343 (align setter will work) Does not work: ```go g.Align(g.AlignCenter).To( g.Row( g.Button("Login").Size(136, 25).OnClick(cl.login), g.Button("Exit").Size(136, 25).OnClick(cl.exit)), ), ```
> @ItsVoltz The PR is just merged, can you make sure you are running the newest code from master branch? I am
> @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: > ...
Also, another bug is if you are using align unless I actually use a g.Dummy(0, 0) in a row with the widget it doesn't correctly align it is off some...
> > 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...
I use https://github.com/pojntfx/html2goapp and work on my components / pages in HTML and then I will convert them to go that way I can play around with a live html...
Also still no idea, back to https://github.com/maxence-charriere/go-app/issues/671#issuecomment-1009049886 the issue is value to wasnt setting the Password string for some reason after the first change, and this issue still persists unless...