this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

set preferred size of Dock

+1
+1
src/main/java/app/StarRodMain.java
··· 253 253 // Dock (bottom panel) 254 254 Dock dock = new Dock(); 255 255 dock.setMinimumSize(new Dimension(0, MIN_DOCK_HEIGHT)); 256 + dock.setPreferredSize(new Dimension(0, MIN_WINDOW_HEIGHT / 3)); 256 257 257 258 // Create vertical split pane (middlePane | dock) 258 259 JSplitPane verticalSplit = new JSplitPane(JSplitPane.VERTICAL_SPLIT, mainHorizontalSplit, dock);