From 68e61fbc65d0d46c2e739b495f1ea34270d45fad Mon Sep 17 00:00:00 2001 From: lainsce Date: Thu, 19 Jan 2023 19:01:26 -0300 Subject: [PATCH] oop --- lib/Widgets/SegmentedButton.vala | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/Widgets/SegmentedButton.vala b/lib/Widgets/SegmentedButton.vala index d7c4c5eb..4f4a290e 100644 --- a/lib/Widgets/SegmentedButton.vala +++ b/lib/Widgets/SegmentedButton.vala @@ -18,10 +18,9 @@ */ /** - * A SegmentedButton is a group of buttons that selects a setting - * or chooses a view in a small space. Does not work with stacks - * of less than 2 elements. The developer supplies the stack, and or - * buttons as child for further coding in their app. + * A SegmentedButton is a group of buttons that selects a setting. + * The developer supplies the buttons as children for further coding + * in their app. */ public class He.SegmentedButton : Gtk.Box { /**