Description: The same icons for "New category" and "Refresh" items are in "Settings" drop-down menu in Template dialog Steps to Reproduce: 1. Open File->New->Templates 2. Press Settings button in bottom-left corner of the dialog 3. Look at the same icons for "New category" and "Refresh" items Actual Results: The same icons for "New category" and "Refresh" items are in "Settings" drop-down menu in Template dialog (actually for ALL icon themes) Expected Results: "New category" and "Refresh" items have different nice icons in all icon themes Reproducible: Always User Profile Reset: No Additional Info: Version: 7.0.0.0.alpha0+ (x64) Build ID: e8ac78d3afdeb0302eaea34a50f1ca912d5fe897 CPU threads: 4; OS: Windows 10.0 Build 17763; UI render: Skia/Vulkan; VCL: win; Locale: ru-RU (ru_RU); UI-Language: en-US Calc: threaded
Created attachment 157807 [details] Illustration of the problem for Elementary
On pc Debian x86-64 with master sources updated today, I could reproduce this.
Here's a code pointer: 177 OUString sBmp(BMP_ACTION_REFRESH); 178 mxActionBar->insert_item(0, MNI_ACTION_NEW_FOLDER, SfxResId(STR_CATEGORY_NEW), &sBmp, nullptr, false); 179 mxActionBar->insert_item(1, MNI_ACTION_RENAME_FOLDER, SfxResId(STR_CATEGORY_RENAME), nullptr, nullptr, false); 180 mxActionBar->insert_item(2, MNI_ACTION_DELETE_FOLDER, SfxResId(STR_CATEGORY_DELETE), nullptr, nullptr, false); 181 mxActionBar->insert_separator(3, "separator"); 182 mxActionBar->insert_item(4, MNI_ACTION_REFRESH, SfxResId(STR_ACTION_REFRESH), &sBmp, nullptr, false); See https://opengrok.libreoffice.org/xref/core/sfx2/source/doc/templatedlg.cxx?r=f7804fc2#177 Heiko/Xisco: what about removing the wrong icon for New folder? Perhaps later it should be replaced with a brand new image?
Something like "sidebar-template-small" looks wrong. So indeed we better remove the icon.
ayhanyalcinsoy committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/b23183af90996395c19eea5c71c7b2f5640b838b tdf#130600:Removed the New Category and Refresh icons from Template dialog It will be available in 7.0.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.