mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
Add scrollbars
Add scrollbars to various UI areas to be more friendly to low resolution monitors. This works well down to vertical resolutions of 960. Below that, things will get scrunched.
This commit is contained in:
@ -38,7 +38,7 @@ struct FinalRenderGuiState
|
||||
unsigned int m_ThreadCount;
|
||||
unsigned int m_Width;
|
||||
unsigned int m_Height;
|
||||
unsigned int m_Quality;
|
||||
double m_Quality;
|
||||
unsigned int m_TemporalSamples;
|
||||
unsigned int m_Supersample;
|
||||
};
|
||||
|
Reference in New Issue
Block a user