Skip to content

Commit ea47c48

Browse files
committed
Add back missing constant
1 parent 83b670b commit ea47c48

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/src/search/ai_context_menu/styles.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ pub const ICON_SIZE: f32 = 16.0;
22
pub const MARGIN_RIGHT: f32 = 8.0;
33
pub const ESTIMATED_RESULT_HEIGHT: f32 = 24.0;
44
pub const MENU_ITEM_HORIZONTAL_PADDING: f32 = 16.0;
5+
pub const MENU_ITEM_VERTICAL_PADDING: f32 = 4.0;
56
pub const MENU_ITEM_HIGHLIGHT_CORNER_RADIUS: f32 = 8.0;

0 commit comments

Comments
 (0)