From f0ffee4a135269e687c7b59889a39c74d008c3f3 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 14 Jan 2025 00:37:58 +0100 Subject: [PATCH] NO-OP: fix off by one in comments --- libs/widgets/widgets/tabbable.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/widgets/widgets/tabbable.h b/libs/widgets/widgets/tabbable.h index ecf755a373..3e452cce99 100644 --- a/libs/widgets/widgets/tabbable.h +++ b/libs/widgets/widgets/tabbable.h @@ -115,7 +115,7 @@ protected: /* This is the heirarchy of a Tabbable's widget packing. * - * The end result is to provide 7 event-boxes (marked with a $) where the tab can put its contents. + * The end result is to provide 8 event-boxes (marked with a $) where the tab can put its contents. * * +--_content_vbox---------------------------------------------------------------------------------------------------------------+ * | | @@ -136,7 +136,7 @@ protected: * | | +--att_left--+ +--content_midlevel_vbox------------------------------------------------------------------------------+ | | * | | $ (EBOX) | | +--content_right_pane--(EXPAND|FILL)--------------------------------------------------------------+ | | | * | | | | | | +--content_inner_hbox----------------------------------------------+ +--content_right_vbox--+ | | | | - * | | | O | | | | +--content_bottom_pane (OPT)------------+ +--content_bus_vbox-+ | | | | | | | + * | | | O | | | | +--content_bottom_pane-(OPTIONAL)-------+ +--content_bus_vbox-+ | | | | | | | * | | | P S | | | | | +--content_main_vbox----------------+ | | | | | +--att_right-------+ | | | | | * | | | T I | | | | | | | | | +--content_bus--+ | | | $ (EBOX) | | | | | | * | | | I D | | | | | | +--content_main_top-------------+ | | | $ (EBOX) | | | | | | | | | | |