Add dropdown icons and description text

This commit is contained in:
dec05eba
2024-09-12 00:51:20 +02:00
parent beb4441be8
commit ce78dd5b36
7 changed files with 61 additions and 14 deletions

View File

@@ -88,6 +88,12 @@ namespace gsr {
if(!theme->checkbox_background_texture.load_from_file((resources_path + "images/checkbox_background.png").c_str()))
goto error;
if(!theme->play_texture.load_from_file((resources_path + "images/play.png").c_str()))
goto error;
if(!theme->stop_texture.load_from_file((resources_path + "images/stop.png").c_str()))
goto error;
return true;
error: