Add query action bar spacing for XML button (#3923)

This commit is contained in:
Karl Burtram
2019-02-07 11:33:23 -08:00
committed by GitHub
parent 69dff5a2cb
commit b2a5f65a77

View File

@@ -55,7 +55,7 @@ const BOTTOM_PADDING = 15;
const ACTIONBAR_WIDTH = 36;
// minimum height needed to show the full actionbar
const ACTIONBAR_HEIGHT = 100;
const ACTIONBAR_HEIGHT = 120;
// this handles min size if rows is greater than the min grid visible rows
const MIN_GRID_HEIGHT = (MIN_GRID_HEIGHT_ROWS * ROW_HEIGHT) + HEADER_HEIGHT + ESTIMATED_SCROLL_BAR_HEIGHT;