mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 04:10:41 -08:00
(More) minor fixes
This commit is contained in:
parent
f1a5b720b7
commit
47d673ca4b
2 changed files with 6 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ public class DatabaseDialog extends BaseDialog{
|
|||
search.setMessageText("@players.search");
|
||||
}).fillX().padBottom(4).row();
|
||||
|
||||
cont.pane(all);
|
||||
cont.pane(all).scrollX(false);
|
||||
}
|
||||
|
||||
void rebuild(){
|
||||
|
|
@ -112,6 +112,10 @@ public class DatabaseDialog extends BaseDialog{
|
|||
if(all.getChildren().isEmpty()){
|
||||
all.add("@none.found");
|
||||
}
|
||||
|
||||
Core.app.post(() -> {
|
||||
invalidateHierarchy();
|
||||
});
|
||||
}
|
||||
|
||||
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
|
||||
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
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue