diff options
Diffstat (limited to 'utils/themeeditor/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/editorwindow.ui | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/utils/themeeditor/editorwindow.ui b/utils/themeeditor/editorwindow.ui index 1aa5354..30d1da0 100644 --- a/utils/themeeditor/editorwindow.ui +++ b/utils/themeeditor/editorwindow.ui @@ -111,7 +111,14 @@ <widget class="QWidget" name="dockWidgetContents_2"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <widget class="QTreeView" name="projectTree"/> + <widget class="QTreeView" name="projectTree"> + <attribute name="headerVisible"> + <bool>false</bool> + </attribute> + <attribute name="headerVisible"> + <bool>false</bool> + </attribute> + </widget> </item> </layout> </widget> @@ -282,6 +289,9 @@ <property name="text"> <string>Open P&roject</string> </property> + <property name="shortcut"> + <string>Ctrl+Shift+O</string> + </property> </action> </widget> <tabstops> |