Closed dezzak closed 10 years ago
It looks like the buttons size increase based on the wound input or something. I think this is something to do with SpringLayout, personally I've always got by with Grid, Border and Flow. Spring sounds a lot more powerful but it seems to be easier to screw up and descend into madness. I just increased the maximum of wounds and max wounds to 20000 and the fields are overlapping and flickering...lol
Yeah, the buttons take the same dimensions as the wounds field. Maybe I should just take the same height, and use a custom width :P
if you use something like GridLayout or BorderLayout you might be able to get something that will adapt to the size of the sidebar
Can you take a look at my issue16 branch? I don't have a windows dev environment to test on, so let me know if it looks ok and I'll send a pull request.
We can look at other layout changes in another issue, but I agree that it certainly needs to be looked at.
sure ill have a look now
looks good to me
Will need to look at setting explicit dimensions rather than calculating from other fields.