Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase DEF_HISTORY_LIMIT to 1000 and make GtkSpinButton use it #115

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gbinka
Copy link

@gbinka gbinka commented Feb 22, 2019

Adjustment for history_spin button had hardcoded max value (1000) but DEF_HISTORY_LIMIT was 50 so even if the user selected larger value than 50, the application does not respect it.
Now history_spin use DEF_HISTORY_LIMIT as max value and DEF_HISTORY_LIMIT increased to 1000

Copy link
Collaborator

@afelinczak afelinczak left a comment

Choose a reason for hiding this comment

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

Sorry after thinking on it, it doesn't seems to be broken (you can set up it to 1000 and it works) and 50 looks like reasonable default.

@afelinczak afelinczak self-requested a review June 25, 2020 22:07
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