GUI: Filter toolbar didn't have a title.
Ticket: #2922 (GUI: Filter toolbar does not have a title)
This commit is contained in:
parent
5ea79677a3
commit
ee988a0689
|
@ -185,7 +185,7 @@
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QToolBar" name="mToolBarFilter">
|
<widget class="QToolBar" name="mToolBarFilter">
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>toolBar</string>
|
<string>Filter</string>
|
||||||
</property>
|
</property>
|
||||||
<attribute name="toolBarArea">
|
<attribute name="toolBarArea">
|
||||||
<enum>TopToolBarArea</enum>
|
<enum>TopToolBarArea</enum>
|
||||||
|
|
Loading…
Reference in New Issue