mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 22:35:51 +08:00
RepositoryUpdateUIManager: Workaround for rendering of the repositary's names
on scales more than 150%.
This commit is contained in:
parent
0f4a5250f8
commit
b176cc2357
@ -134,9 +134,9 @@ void RepositoryUpdateUIManager::fill_grids()
|
||||
add(bmp);
|
||||
}
|
||||
|
||||
add(new wxStaticText(m_parent, wxID_ANY, from_u8(entry.name)));
|
||||
add(new wxStaticText(m_parent, wxID_ANY, from_u8(entry.name) + " "));
|
||||
|
||||
add(new wxStaticText(m_parent, wxID_ANY, from_u8(entry.description)));
|
||||
add(new wxStaticText(m_parent, wxID_ANY, from_u8(entry.description) + " "));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user