Minor UI fixes

This commit is contained in:
fgnm
2022-04-26 15:52:19 +02:00
parent 6ae4fb0010
commit f20dd315e1
3 changed files with 1 additions and 1 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 71 KiB

@@ -48,7 +48,7 @@ public abstract class UIResourcesTab extends ImageTab {
contentTable.padTop(8).padLeft(7);
contentTable.add(StandardWidgetsFactory.createLabel("Search:")).padLeft(1).padBottom(6);
contentTable.add(createTextField()).padLeft(0).padRight(7).fillX().padBottom(4);
contentTable.add(createFilterButton()).padRight(7);
contentTable.add(createFilterButton()).padRight(7).padTop(-4);
contentTable.row();
VisScrollPane scrollPane = crateScrollPane();