Commit 1f54c751 authored by Victor Ananjevsky's avatar Victor Ananjevsky

set the same height for all rows in form dialog

parent e3c75327
...@@ -742,6 +742,8 @@ form_create_widget (GtkWidget * dlg) ...@@ -742,6 +742,8 @@ form_create_widget (GtkWidget * dlg)
gtk_grid_set_row_spacing (GTK_GRID (tbl), 5); gtk_grid_set_row_spacing (GTK_GRID (tbl), 5);
gtk_grid_set_column_spacing (GTK_GRID (tbl), 5); gtk_grid_set_column_spacing (GTK_GRID (tbl), 5);
gtk_grid_set_row_homogeneous (GTK_GRID (tbl), TRUE);
if (options.form_data.scroll) if (options.form_data.scroll)
{ {
GtkWidget *sw = gtk_scrolled_window_new (NULL, NULL); GtkWidget *sw = gtk_scrolled_window_new (NULL, NULL);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment