Skip to content

Conversation

@dingdongg
Copy link

Addresses #2432

this PR give users the option to specify a custom gap value, ranging from 0 to 128 pixels

image

int screenGap = windowCfg.GetInt("ScreenGap");
for (int i = 0; i < 6; i++)

if (!actScreenGap[6]->isChecked())
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When is actScreenGap[6] pre-set to checked here? Feels to me like the below for loop should instead be adjusted so that if none of the default gap sizes are checked, the "Custom" checkbox is checked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants