16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 16:19:19 +02:00

uilayer: Implement ui.bg.opacity setting (#139)

uilayer: Implement up ui.bg.opacity setting
This commit is contained in:
combolek
2026-07-11 15:41:25 -07:00
committed by GitHub
parent 8d3e10c93b
commit d863ec18c3
3 changed files with 19 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ struct global_settings {
int PythonScreenUpdateRate{ 200 }; // delay between python-based screen updates, in milliseconds
int iTextMode{ 0 }; // tryb pracy wyświetlacza tekstowego
glm::vec4 UITextColor{ glm::vec4( 225.f / 255.f, 225.f / 255.f, 225.f / 255.f, 1.f ) }; // base color of UI text
float UIBgOpacity{ 0.65f }; // opacity of ui windows
float UIBgOpacity{ 0.94f }; // opacity of ui windows
std::string asLang{ "pl" }; // domyślny język - http://tools.ietf.org/html/bcp47
// gfx
glm::ivec2 window_size; // main window size in platform-specific virtual pixels