mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refs #883, some UI finetuning / Doxygen comments
This commit is contained in:
committed by
Mathew Sutcliffe
parent
6c72f8491c
commit
5d81b23386
@@ -34,6 +34,9 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="BlackGui::Views::CIdentifierView" name="tvp_RegisteredComponents">
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::NoSelection</enum>
|
||||
</property>
|
||||
<attribute name="verticalHeaderVisible">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace BlackGui
|
||||
|
||||
void CDockWidgetInfoBar::ps_onStyleSheetsChanged()
|
||||
{
|
||||
QString st = sGui->getStyleSheetUtility().style(CStyleSheetUtility::fileNameInfoBar());
|
||||
const QString st = sGui->getStyleSheetUtility().style(CStyleSheetUtility::fileNameInfoBar());
|
||||
this->setStyleSheet(st);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user