13
0

use new launckkey image file for surface GUI dialog

This commit is contained in:
Paul Davis 2024-08-29 18:54:11 -06:00
parent 1c9d159241
commit 79fcb3d0ba

View File

@ -97,11 +97,8 @@ LK4_GUI::LK4_GUI (LaunchKey4& p)
_table.set_homogeneous (false);
std::string data_file_path;
#ifdef LAUNCHPAD_MINI
std::string name = "launchpad-mini.png";
#else
std::string name = "launchpad-x.png";
#endif
std::string name = "lkmk4.png";
Searchpath spath(ARDOUR::ardour_data_search_path());
spath.add_subdirectory_to_paths ("icons");
find_file (spath, name, data_file_path);