mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
Amend last commit "Better fit for some report option widgets in options dialog."
This commit is contained in:
parent
a626e944a3
commit
c7df22c38b
@ -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),
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user