##// END OF EJS Templates
Minor fix
Alexandre Leroux -
r1038:ab7a5d4d0ea6
parent child
Show More
@@ -112,7 +112,13
112 112 <widget class="QWidget" name="commonPropertyInspectorWidget" native="true"/>
113 113 </item>
114 114 <item>
115 <widget class="DataSourceWidget" name="catalogWidget" native="true"/>
115 <widget class="QTreeWidget" name="catalogWidget">
116 <column>
117 <property name="text">
118 <string notr="true">Name</string>
119 </property>
120 </column>
121 </widget>
116 122 </item>
117 123 </layout>
118 124 </widget>
General Comments 0
You need to be logged in to leave comments. Login now