diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-12-24 15:08:37 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-12-26 11:46:56 +0000 |
| commit | 8f614d169d5ed7d5f0c8c10486b19ee84203231b (patch) | |
| tree | 98c350b217040ebd0ad5a4fc51d25fb0704a2799 /src/ui/widget/ink-flow-box.cpp | |
| parent | Fix a prefs bug (diff) | |
| download | inkscape-8f614d169d5ed7d5f0c8c10486b19ee84203231b.tar.gz inkscape-8f614d169d5ed7d5f0c8c10486b19ee84203231b.zip | |
Fix Tav inputs
Diffstat (limited to 'src/ui/widget/ink-flow-box.cpp')
| -rw-r--r-- | src/ui/widget/ink-flow-box.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
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 <bryce@bryceharrington.org> + * Jabier Arraiza <jabier.arraiza@marker.es> * - * 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); |
