Update VisUI to 1.4.5-SNAPSHOT
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ ext {
|
||||
box2dlightsVersion = '1.5'
|
||||
ashleyVersion = '1.7.3'
|
||||
spineVersion = '3.8.55.1'
|
||||
visuiVersion = '1.4.4'
|
||||
visuiVersion = '1.4.5-SNAPSHOT'
|
||||
|
||||
packMain = ["art/textures", "assets/style/", "uiskin"]
|
||||
packSplash = ["art/splash_textures", "assets/splash/", "splash"]
|
||||
|
||||
@@ -7,13 +7,14 @@ version '0.0.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
|
||||
ext {
|
||||
gdxVersion = '1.9.10'
|
||||
box2DLightsVersion = '1.5'
|
||||
ashleyVersion = '1.7.3'
|
||||
visUIVersion = '1.4.4'
|
||||
visUIVersion = '1.4.5-SNAPSHOT'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -9,11 +9,12 @@ ext {
|
||||
gdxVersion = '1.9.10'
|
||||
box2DLightsVersion = '1.5'
|
||||
ashleyVersion = '1.7.3'
|
||||
visUIVersion = '1.4.4'
|
||||
visUIVersion = '1.4.5-SNAPSHOT'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -7,13 +7,14 @@ version '0.0.1'
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
|
||||
ext {
|
||||
gdxVersion = '1.9.10'
|
||||
box2DLightsVersion = '1.5'
|
||||
ashleyVersion = '1.7.3'
|
||||
visUIVersion = '1.4.4'
|
||||
visUIVersion = '1.4.5-SNAPSHOT'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -9,13 +9,14 @@ ext {
|
||||
gdxVersion = '1.9.10'
|
||||
box2DLightsVersion = '1.5'
|
||||
ashleyVersion = '1.7.3'
|
||||
visUIVersion = '1.4.4'
|
||||
visUIVersion = '1.4.5-SNAPSHOT'
|
||||
|
||||
pack = ["assets/textures", "assets/pack/", "tiled"]
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -67,7 +67,7 @@ public class UIItemsTreeBox extends UICollapsibleBox {
|
||||
sandbox = Sandbox.getInstance();
|
||||
|
||||
treeTable.clear();
|
||||
tree = new VisTree();
|
||||
tree = new VisTree<>();
|
||||
VisScrollPane scroller = StandardWidgetsFactory.createScrollPane(tree);
|
||||
scroller.setFlickScroll(false);
|
||||
treeTable.add(scroller).width(166).maxHeight(570);
|
||||
|
||||
Reference in New Issue
Block a user