mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
Syncing latest changes between public/private.
This commit is contained in:
parent
2642488a51
commit
72cc78244b
@ -392,8 +392,8 @@ class PublicGatherTab(GatherTab):
|
|||||||
ba.textwidget(text=ba.Lstr(resource='filterText'),
|
ba.textwidget(text=ba.Lstr(resource='filterText'),
|
||||||
parent=self._container,
|
parent=self._container,
|
||||||
size=(0, 0),
|
size=(0, 0),
|
||||||
position=(270, v + 15),
|
position=(270, v + 13),
|
||||||
maxwidth=100,
|
maxwidth=150,
|
||||||
scale=0.8,
|
scale=0.8,
|
||||||
color=(0.5, 0.5, 0.5),
|
color=(0.5, 0.5, 0.5),
|
||||||
flatness=1.0,
|
flatness=1.0,
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
namespace ballistica {
|
namespace ballistica {
|
||||||
|
|
||||||
// These are set automatically via script; don't change here.
|
// These are set automatically via script; don't change here.
|
||||||
const int kAppBuildNumber = 20233;
|
const int kAppBuildNumber = 20234;
|
||||||
const char* kAppVersion = "1.5.27";
|
const char* kAppVersion = "1.5.27";
|
||||||
|
|
||||||
// Our standalone globals.
|
// Our standalone globals.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user