mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-04-22 18:17:25 -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:
parent
a4418996f4
commit
098159dc0f
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user