mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 16:09:20 -04:00
Linux style fixes
This commit is contained in:
@@ -120,7 +120,7 @@ public final class BrowserFileListComp extends SimpleComp {
|
||||
return true;
|
||||
});
|
||||
table.setColumnResizePolicy(TableView.CONSTRAINED_RESIZE_POLICY_FLEX_LAST_COLUMN);
|
||||
table.setFixedCellSize(34.0);
|
||||
table.setFixedCellSize(32.0);
|
||||
|
||||
prepareTableSelectionModel(table);
|
||||
prepareTableShortcuts(table);
|
||||
|
||||
@@ -41,6 +41,11 @@
|
||||
-fx-padding: 2 0 0 0;
|
||||
}
|
||||
|
||||
.root:linux .store-entry-grid .name {
|
||||
-fx-padding: 5 0 0 0;
|
||||
}
|
||||
|
||||
|
||||
.store-entry-grid.dense .name {
|
||||
-fx-padding: 0 0 0 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user