Skip to content
Snippets Groups Projects
Commit d22bdf77 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Make default query size smaller

parent 2eb3369f
No related branches found
No related tags found
No related merge requests found
......@@ -191,7 +191,7 @@ namespace armarx::armem::gui
sb->setMinimum(-1000);
sb->setMaximum(1000);
}
firstSpinBox->setValue(-10);
firstSpinBox->setValue(-2);
lastSpinBox->setValue(-1);
QString tooltip = "Python index semantics: Negative indices count from the end (-1 is the last entry).";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment