graphic design tool
git clone https://git.lucas.co/cce-designer.git
Remove column layout initialization from design interface application
src/app.rs | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/app.rs b/src/app.rs
index bbb5855..10da294 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -2673,7 +2673,6 @@ pub(crate) fn geometry_to_spreadsheet_data(geom: &Geometry) -> (Vec<String>, Vec
let mut paginator = Paginator::new(56.0, vec![])
.with_sidebar_mode(true)
- .with_column_layout(true)
.with_tabs_rotated(false)
.with_context_options(context_opts.clone(), 0);
paginator.set_page_hidden(true);