abouttreesummaryrefslogcommitdiff
path: root/srcs/juloo.common/IntSlideBarPreference.java
AgeCommit message (Collapse)AuthorFilesLines
2024-01-13Refactor: New namespace for preference classesJules Aguillon1-120/+0
2022-03-21Correct displayed value when cancelling settings modificationArenaL51-0/+4
When changing any numeric setting and cancelling this change, the change would not be persisted, but the summary in the setting screen would show the last position of the slider instead of the correct unchanged value. This commit fixes this on the most simple way by resetting the slider position to the persisted value.
2021-12-19Auto-format Java and XML filesJules Aguillon1-100/+100
Use xmllint. Re-indent Java files using spaces.
2015-08-08More settingsjuloo1-0/+116