Display thumbnails of recent files in the overlay mode by using GnomeThumbnailFactory to get them. Fall back to the system icon for the file type provided by GtkRecentInfo when a thumbnail is not available.
svn path=/trunk/; revision=143
This commit is contained in:
@ -19,7 +19,7 @@ const OVERLAY_BACKGROUND_COLOR = new Clutter.Color();
|
||||
OVERLAY_BACKGROUND_COLOR.from_pixel(0x000000ff);
|
||||
|
||||
const SIDESHOW_PAD = 6;
|
||||
const SIDESHOW_PAD_BOTTOM = 60;
|
||||
const SIDESHOW_PAD_BOTTOM = 40;
|
||||
const SIDESHOW_MIN_WIDTH = 250;
|
||||
const SIDESHOW_SECTION_PAD = 10;
|
||||
const SIDESHOW_SECTION_LABEL_PAD_BOTTOM = 6;
|
||||
|
Reference in New Issue
Block a user