Closed GoogleCodeExporter closed 9 years ago
This bug occurs because not always ~/.config/gtk-2.0/gtkfilechooser.ini
contains the
Geometry entries
[Filechooser Settings]
LocationMode=filename-entry
ShowHidden=false
ExpandFolders=true
ShowSizeColumn=false
GeometryX=496
GeometryY=261
GeometryWidth=687
GeometryHeight=550
SortColumn=name
SortOrder=ascending
Fix: in these cases init the value with MIN_EXPANDED_HEIGHT:
expandedHeight = bound != null ? bound.height : MIN_EXPANDED_HEIGHT;
Fixed in the upcoming release (1.3.2)
Original comment by c.ce...@gmail.com
on 12 Nov 2009 at 10:11
Original comment by c.ce...@gmail.com
on 12 Nov 2009 at 11:14
Original issue reported on code.google.com by
stephen....@gmail.com
on 10 Nov 2009 at 1:23