mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-20 16:25:43 -05:00
increase window size on mac
currently the general tab will be compressed to an almost unusable level due to the differences in Windows and Macintosh styles
This commit is contained in:
@@ -42,7 +42,9 @@ SceneSwitcher::SceneSwitcher(QWidget *parent)
|
||||
|
||||
void SceneSwitcher::loadUI()
|
||||
{
|
||||
|
||||
#if __APPLE__
|
||||
setMinimumHeight(700);
|
||||
#endif
|
||||
BPtr<char *> scenes = obs_frontend_get_scene_names();
|
||||
char **temp = scenes;
|
||||
while (*temp) {
|
||||
|
||||
Reference in New Issue
Block a user