From 72cc78244bda4025b62d5f42d5e68b14804fc594 Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Thu, 29 Oct 2020 16:09:18 -0500 Subject: [PATCH] Syncing latest changes between public/private. --- assets/src/ba_data/python/bastd/ui/gather/publictab.py | 4 ++-- src/ballistica/ballistica.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/src/ba_data/python/bastd/ui/gather/publictab.py b/assets/src/ba_data/python/bastd/ui/gather/publictab.py index eb669893..9dae594e 100644 --- a/assets/src/ba_data/python/bastd/ui/gather/publictab.py +++ b/assets/src/ba_data/python/bastd/ui/gather/publictab.py @@ -392,8 +392,8 @@ class PublicGatherTab(GatherTab): ba.textwidget(text=ba.Lstr(resource='filterText'), parent=self._container, size=(0, 0), - position=(270, v + 15), - maxwidth=100, + position=(270, v + 13), + maxwidth=150, scale=0.8, color=(0.5, 0.5, 0.5), flatness=1.0, diff --git a/src/ballistica/ballistica.cc b/src/ballistica/ballistica.cc index 7e95d511..9c28f0c2 100644 --- a/src/ballistica/ballistica.cc +++ b/src/ballistica/ballistica.cc @@ -21,7 +21,7 @@ namespace ballistica { // These are set automatically via script; don't change here. -const int kAppBuildNumber = 20233; +const int kAppBuildNumber = 20234; const char* kAppVersion = "1.5.27"; // Our standalone globals.