(More) minor fixes
This commit is contained in:
@@ -39,7 +39,7 @@ public class DatabaseDialog extends BaseDialog{
|
|||||||
search.setMessageText("@players.search");
|
search.setMessageText("@players.search");
|
||||||
}).fillX().padBottom(4).row();
|
}).fillX().padBottom(4).row();
|
||||||
|
|
||||||
cont.pane(all);
|
cont.pane(all).scrollX(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void rebuild(){
|
void rebuild(){
|
||||||
@@ -112,6 +112,10 @@ public class DatabaseDialog extends BaseDialog{
|
|||||||
if(all.getChildren().isEmpty()){
|
if(all.getChildren().isEmpty()){
|
||||||
all.add("@none.found");
|
all.add("@none.found");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Core.app.post(() -> {
|
||||||
|
invalidateHierarchy();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean unlocked(UnlockableContent content){
|
boolean unlocked(UnlockableContent content){
|
||||||
|
|||||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -1,5 +1,5 @@
|
|||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
|
|||||||
Reference in New Issue
Block a user