From 516df4f6b417633e590c3ef6aaf2b08ab4121cac Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 01 Oct 2017 23:08:34 -0400 Subject: about:preferences: Convert to a vertical notebook --- (limited to 'src/about') diff --git a/src/about/preferences.c b/src/about/preferences.c index 7e1eb23..7bdc48d 100644 --- a/src/about/preferences.c +++ b/src/about/preferences.c @@ -38,7 +38,7 @@ mq_about_preferences_response(MqApplication *application, GHashTable *query, } else { document = mq_html_document("Preferences", mq_html_form("Save", "Cancel", - mq_html_notebook(FALSE, "notebook1", 0, + mq_html_notebook(TRUE, "notebook1", 0, mq_html_container("div", mq_html_input_text("text1", "Text 1", ""), -- cgit v0.9.1