Other changes as requested

This commit is contained in:
Oliver Walters 2022-03-30 12:42:57 +11:00
parent a45e2c0199
commit 4c6ad6facf
3 changed files with 5 additions and 5 deletions

View File

@ -1024,7 +1024,7 @@ a {
.search-result-panel {
max-width: 800px;
width: 50%
width: 75%
}
.search-result-group {

View File

@ -1319,7 +1319,7 @@ class InvenTreeUserSetting(BaseInvenTreeSetting):
'SEARCH_PREVIEW_RESULTS': {
'name': _('Search Preview Results'),
'description': _('Number of results to show in search preview window'),
'description': _('Number of results to show in each section of the search preview window'),
'default': 10,
'validator': [int, MinValueValidator(1)]
},

View File

@ -10,10 +10,10 @@
*/
/*
* Callback when the search panel is closed
*/
function closeSearchPanel() {
// TODO
}