Fix panel width
This commit is contained in:
@@ -35,7 +35,7 @@ import com.kotcrab.vis.ui.widget.VisWindow;
|
||||
* Created by sargis on 4/29/15.
|
||||
*/
|
||||
public class UICollapsibleBox extends VisWindow {
|
||||
protected static final int BOX_DEFAULT_WIDTH = 250;
|
||||
protected static final int BOX_DEFAULT_WIDTH = 270;
|
||||
|
||||
private final VisImageButton collapsibleButton;
|
||||
private final VisTable mainTable;
|
||||
|
||||
Reference in New Issue
Block a user