fpspreadsheet: Use category "CCR" in fpspreadsheet example projects' metadata files.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8802 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2023-04-24 14:17:59 +00:00
parent 32f849ba17
commit 88b48ad947
36 changed files with 38 additions and 37 deletions

View File

@@ -1,5 +1,5 @@
{ "zoomdemo" : {
"Category" : "FPSpreadsheet",
"Category" : "CCR",
"Keywords" : ["Spreadsheet", "FPSpreadsheet", "WorksheetGrid", "TsWorksheetGrid", "Grid", "zoom", "gui"],
"Description" : "This sample project demonstrates two ways of zooming into a WorksheetGrid.\n\nIn the first one (checkbox \"Override file zoom factor\" off), the zoom factor read from the spreadsheet file is used for displaying the worksheet in the grid.\n\nIn the second one (checkbox on), the file zoom factor is ignored.\n\nThe zoom factor can be changed by entering a zoom percentage in the edit box, or by using the mouse wheel with CTRL and SHIFT keys pressed."}
}