Skip to content

Commit

Permalink
Amend last commit "Better fit for some report option widgets in optio…
Browse files Browse the repository at this point in the history
…ns dialog."
  • Loading branch information
christopherlam committed Aug 2, 2024
1 parent a626e94 commit c7df22c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gnucash/gnome-utils/dialog-options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
1 change: 0 additions & 1 deletion gnucash/gnome-utils/gnc-option-gtk-ui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
* Boston, MA 02110-1301, USA [email protected] *
\********************************************************************/

#include <__nullptr>
#include <gnc-option.hpp>
#include <gnc-option-impl.hpp>
#include "gnc-option-gtk-ui.hpp"
Expand Down

1 comment on commit c7df22c

@jralls
Copy link
Member

@jralls jralls commented on c7df22c Aug 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

Please sign in to comment.