Browse Source

Reduce spacing between terminals.

Signed-off-by: Bradley Smith <[email protected]>
Bradley Smith 14 years ago
parent
commit
27ce40c49f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mssh-window.c

+ 1 - 1
src/mssh-window.c

@@ -232,7 +232,7 @@ static void mssh_window_relayout(MSSHWindow *window)
 
 		gtk_table_attach(GTK_TABLE(window->table), GTK_WIDGET(terminal),
 			(i % 2), (i == len - 1) ? 2 : (i % 2) + 1, i / 2, (i / 2) + 1,
-			GTK_FILL | GTK_EXPAND, GTK_FILL | GTK_EXPAND, 2, 2);
+			GTK_FILL | GTK_EXPAND, GTK_FILL | GTK_EXPAND, 1, 1);
 		g_object_unref(terminal);
 
 		if(!terminal->started)