Commit 8ca379626aed099bf7e7bcaea0adbc6f87f65dd4
1 parent
c0f89614
Exists in
master
and in
1 other branch
Working on new FT settings dialog.
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
src/v3270ft/settings.c
@@ -143,7 +143,7 @@ | @@ -143,7 +143,7 @@ | ||
143 | 143 | ||
144 | // Options box | 144 | // Options box |
145 | GtkWidget * options = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,6); | 145 | GtkWidget * options = gtk_box_new(GTK_ORIENTATION_HORIZONTAL,6); |
146 | - gtk_box_set_homogeneous(GTK_BOX(options),FALSE); | 146 | + gtk_box_set_homogeneous(GTK_BOX(options),TRUE); |
147 | g_object_set(G_OBJECT(options),"margin-top",8,NULL); | 147 | g_object_set(G_OBJECT(options),"margin-top",8,NULL); |
148 | gtk_widget_set_hexpand(options,TRUE); | 148 | gtk_widget_set_hexpand(options,TRUE); |
149 | gtk_grid_attach(GTK_GRID(widget),options,0,3,10,5); | 149 | gtk_grid_attach(GTK_GRID(widget),options,0,3,10,5); |
v3270.cbp
@@ -163,6 +163,9 @@ | @@ -163,6 +163,9 @@ | ||
163 | <Unit filename="src/v3270ft/set.c"> | 163 | <Unit filename="src/v3270ft/set.c"> |
164 | <Option compilerVar="CC" /> | 164 | <Option compilerVar="CC" /> |
165 | </Unit> | 165 | </Unit> |
166 | + <Unit filename="src/v3270ft/settings.c"> | ||
167 | + <Option compilerVar="CC" /> | ||
168 | + </Unit> | ||
166 | <Unit filename="src/v3270ft/tables.c"> | 169 | <Unit filename="src/v3270ft/tables.c"> |
167 | <Option compilerVar="CC" /> | 170 | <Option compilerVar="CC" /> |
168 | </Unit> | 171 | </Unit> |