fix: elide user notes (#6318)
This commit is contained in:
@@ -290,7 +290,7 @@ void SplitHeader::initializeLayout()
|
||||
w->setSizePolicy(QSizePolicy::MinimumExpanding,
|
||||
QSizePolicy::Preferred);
|
||||
w->setCentered(true);
|
||||
w->setHasOffset(false);
|
||||
w->setHasPadding(false);
|
||||
}),
|
||||
// space
|
||||
makeWidget<BaseWidget>([](auto w) {
|
||||
|
||||
Reference in New Issue
Block a user