Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301625
Collapse All | Expand All

(-)routines/gzvt2/vte.c.old (-1 / +2 lines)
Lines 80-86 Link Here
80
  geometry.min_width = xpad + terminal->char_width * 2;
80
  geometry.min_width = xpad + terminal->char_width * 2;
81
  geometry.min_height = ypad + terminal->char_height * 2;
81
  geometry.min_height = ypad + terminal->char_height * 2;
82
82
83
  gtk_window_set_geometry_hints(window, widget, &geometry,
83
  if (gtk_widget_get_realized(widget))
84
    gtk_window_set_geometry_hints(window, widget, &geometry,
84
				GDK_HINT_RESIZE_INC |
85
				GDK_HINT_RESIZE_INC |
85
				GDK_HINT_BASE_SIZE |
86
				GDK_HINT_BASE_SIZE |
86
				GDK_HINT_MIN_SIZE);
87
				GDK_HINT_MIN_SIZE);

Return to bug 301625