startcenter: Bigger & nicer document icons for recent documents.

Change-Id: If61aefc1d27d7bca2e8242b404db685a503bcf0e
This commit is contained in:
Jan Holesovsky 2013-12-12 22:58:31 +01:00
parent 2cb703067b
commit 862eefa76b
8 changed files with 7 additions and 7 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -61,37 +61,37 @@ Bitmap ( SFX_THUMBNAIL_DRAWING )
Bitmap ( SFX_FILE_THUMBNAIL_TEXT )
{
File = "odt_48_8.png";
File = "writer128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_SHEET )
{
File = "ods_48_8.png";
File = "calc128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_PRESENTATION )
{
File = "odp_48_8.png";
File = "impress128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_DRAWING )
{
File = "odg_48_8.png";
File = "draw128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_DATABASE )
{
File = "odb_48_8.png";
File = "base128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_MATH )
{
File = "odf_48_8.png";
File = "math128.png";
};
Bitmap ( SFX_FILE_THUMBNAIL_DEFAULT )
{
File = "mainapp_48_8.png";
File = "main128.png";
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */