From 8f614d169d5ed7d5f0c8c10486b19ee84203231b Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 24 Dec 2018 16:08:37 +0100 Subject: Fix Tav inputs --- src/ui/widget/ink-flow-box.cpp | 8 ++++---- src/ui/widget/ink-flow-box.h | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'src/ui/widget') diff --git a/src/ui/widget/ink-flow-box.cpp b/src/ui/widget/ink-flow-box.cpp index d4761b688..99977dc19 100644 --- a/src/ui/widget/ink-flow-box.cpp +++ b/src/ui/widget/ink-flow-box.cpp @@ -1,11 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* - * Notebook page widget. + * Inkflow-box widget. + * This widget allow pack widgets in a flowbox with a controller to show-hide * * Author: - * Bryce Harrington + * Jabier Arraiza * - * Copyright (C) 2004 Bryce Harrington + * Copyright (C) 2018 Jabier Arraiza * * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ @@ -26,7 +27,6 @@ namespace Widget { InkFlowBox::InkFlowBox(const gchar * name) { set_name(name); - //_flowbox.set_homogeneous(); this->pack_start(_controller, false, false, 0); this->pack_start(_flowbox, true, true, 0); _flowbox.set_activate_on_single_click(true); diff --git a/src/ui/widget/ink-flow-box.h b/src/ui/widget/ink-flow-box.h index 3128ec39f..46c763937 100644 --- a/src/ui/widget/ink-flow-box.h +++ b/src/ui/widget/ink-flow-box.h @@ -1,9 +1,12 @@ // SPDX-License-Identifier: GPL-2.0-or-later /* + * Inkflow-box widget. + * This widget allow pack widgets in a flowbox with a controller to show-hide + * * Author: - * Bryce Harrington + * Jabier Arraiza * - * Copyright (C) 2004 Bryce Harrington + * Copyright (C) 2018 Jabier Arraiza * * Released under GNU GPL v2+, read the file 'COPYING' for more information. */ @@ -23,7 +26,7 @@ namespace UI { namespace Widget { /** - * A tabbed notebook page for dialogs. + * A flowbox widget with filter controller for dialogs. */ class InkFlowBox : public Gtk::VBox { -- cgit v1.2.3