mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 16:11:03 +00:00
Fix name alignment
This commit is contained in:
@@ -74,7 +74,9 @@ public class DenseStoreEntryComp extends StoreEntryComp {
|
||||
nameCC.setMinWidth(100);
|
||||
nameCC.setHgrow(Priority.ALWAYS);
|
||||
grid.getColumnConstraints().addAll(nameCC);
|
||||
grid.addRow(0, new HBox(name));
|
||||
var nameBox = new HBox(name);
|
||||
nameBox.setAlignment(Pos.CENTER_LEFT);
|
||||
grid.addRow(0, nameBox);
|
||||
|
||||
var info = createInformation(grid);
|
||||
grid.addRow(0, info);
|
||||
|
||||
Reference in New Issue
Block a user