mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
fix action bar size (#22301)
This commit is contained in:
@@ -66,7 +66,7 @@ const NO_ACTIONBAR_ADDITIONAL_PADDING = 75;
|
|||||||
const ACTIONBAR_WIDTH = 36;
|
const ACTIONBAR_WIDTH = 36;
|
||||||
|
|
||||||
// minimum height needed to show the full actionbar
|
// minimum height needed to show the full actionbar
|
||||||
const ACTIONBAR_HEIGHT = 120;
|
const ACTIONBAR_HEIGHT = 140;
|
||||||
|
|
||||||
// this handles min size if rows is greater than the min grid visible rows
|
// 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;
|
const MIN_GRID_HEIGHT = (MIN_GRID_HEIGHT_ROWS * ROW_HEIGHT) + HEADER_HEIGHT + ESTIMATED_SCROLL_BAR_HEIGHT;
|
||||||
|
|||||||
Reference in New Issue
Block a user