Amend last commit "Better fit for some report option widgets in options dialog."

This commit is contained in:
Christopher Lam 2024-08-02 18:03:57 +08:00
parent a626e944a3
commit c7df22c38b
2 changed files with 1 additions and 2 deletions

View File

@ -217,7 +217,7 @@ create_options_box(GtkBox* content_box)
gtk_grid_set_column_homogeneous (GTK_GRID(options_box), FALSE);
gtk_grid_set_row_spacing (GTK_GRID(options_box), 6);
gtk_grid_set_column_spacing (GTK_GRID(options_box), 6);
git_widget_set_halign (GTK_WIDGET(options_box), GTK_ALIGN_START);
gtk_widget_set_halign (GTK_WIDGET(options_box), GTK_ALIGN_START);
gtk_container_set_border_width(GTK_CONTAINER(options_box), 0);
gtk_container_add (GTK_CONTAINER(options_scrolled_win),

View File

@ -20,7 +20,6 @@
* Boston, MA 02110-1301, USA gnu@gnu.org *
\********************************************************************/
#include <__nullptr>
#include <gnc-option.hpp>
#include <gnc-option-impl.hpp>
#include "gnc-option-gtk-ui.hpp"