diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:23:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:23:42 +0200 |
commit | e8dc3859fee38f30707bf5e77fa7dca0a2e05453 (patch) | |
tree | d5490cc1c3233e3914ca9338ee2c5759d2f18dbb /include | |
parent | 5fe5830056e57fcefb5c87f3ad841495adb3b30f (diff) |
Improve quality of screenshot and settings icons, especially for smaller resolutions
Diffstat (limited to 'include')
-rw-r--r-- | include/Theme.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Theme.hpp b/include/Theme.hpp index 249ad3d..1390182 100644 --- a/include/Theme.hpp +++ b/include/Theme.hpp @@ -28,6 +28,7 @@ namespace gsr { mgl::Texture combobox_arrow_texture; mgl::Texture settings_texture; mgl::Texture settings_small_texture; + mgl::Texture settings_extra_small_texture; mgl::Texture folder_texture; mgl::Texture up_arrow_texture; mgl::Texture replay_button_texture; |