widget id: fix viewport child widget

(cherry picked from commit ba88c222b29b31baa5bb6a216b5d23e7c8b62ee4)
This commit is contained in:
Adam
2018-03-08 20:10:04 -05:00
parent b2d11ce661
commit 1ea2c341be

View File

@@ -186,7 +186,7 @@ public class WidgetID
static class Viewport
{
static final int FIXED_VIEWPORT = 20;
static final int FIXED_VIEWPORT = 17;
static final int RESIZABLE_VIEWPORT_OLD_SCHOOL_BOX = 12;
static final int RESIZABLE_VIEWPORT_BOTTOM_LINE = 12;
}