From 2812c24f35ab21b6bf86e16b8c8a578ecd9b37cf Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Wed, 27 May 2026 07:39:26 +0200 Subject: [PATCH] make visually same size --- .../presentation/widgets/tab_view/tab_depth_indicator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_depth_indicator.dart b/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_depth_indicator.dart index e0dbe06e..29e147eb 100644 --- a/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_depth_indicator.dart +++ b/apps/weblibre/lib/features/geckoview/features/browser/presentation/widgets/tab_view/tab_depth_indicator.dart @@ -22,7 +22,7 @@ import 'package:flutter_material_design_icons/flutter_material_design_icons.dart import 'package:weblibre/presentation/widgets/inline_count_badge.dart'; // Above this depth, collapse the chevrons into a single icon + count badge. -const int _maxInlineGlyphs = 3; +const int _maxInlineGlyphs = 2; class TabDepthIndicator extends StatelessWidget { final int depth;