mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2024-11-22 14:15:38 +00:00
Fixed an issue where theme names in the theme downloader could get abbreviated
This commit is contained in:
parent
8689b3aecf
commit
7e9590d7c3
|
@ -770,7 +770,7 @@ void GuiThemeDownloader::populateGUI()
|
|||
ThemeGUIEntry guiEntry;
|
||||
guiEntry.themeName = themeNameElement;
|
||||
mThemeGUIEntries.emplace_back(guiEntry);
|
||||
row.addElement(themeNameElement, false);
|
||||
row.addElement(themeNameElement, false, true, glm::ivec2 {1, 0});
|
||||
|
||||
row.makeAcceptInputHandler([this, &theme] {
|
||||
std::promise<bool>().swap(mPromise);
|
||||
|
|
Loading…
Reference in a new issue