Empyreus / lanterna

Automatically exported from code.google.com/p/lanterna
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Need for setBetweenComponentsPadding in Panel #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I found that this was removed in the release 2.1.0. I found there was a padding 
added to the layout manager. I have several panels on a window and to have 
padding between components in the panels I am forced to use a layout manager 
for each panel when I just do without it with just specifying the Orientation. 
Could you get that feature back or have any alternatives?

Original issue reported on code.google.com by m.vino...@gmail.com on 28 Sep 2012 at 8:17

GoogleCodeExporter commented 9 years ago
Yeah, I need to stop removing methods like that. The workaround is to use 
setPadding on the LinearLayout attached to the panel, but I've restored the 
Panel method on 2.1.x-branch and deployed a new snapshot. I'll make a new 
release shortly, just want to wait and see if any more suggestions/bugfixes 
shows up.

Original comment by mab...@gmail.com on 29 Sep 2012 at 2:02