diff options
Diffstat (limited to 'utils/themeeditor/editorwindow.ui')
| -rw-r--r-- | utils/themeeditor/editorwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/themeeditor/editorwindow.ui b/utils/themeeditor/editorwindow.ui index b5e6c9d..b25243f 100644 --- a/utils/themeeditor/editorwindow.ui +++ b/utils/themeeditor/editorwindow.ui @@ -129,6 +129,9 @@ </item> <item> <widget class="QPushButton" name="fromTree"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="text"> <string>Update Code</string> </property> @@ -260,6 +263,9 @@ </property> </action> <action name="actionToolbarSave"> + <property name="enabled"> + <bool>false</bool> + </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/resources/resources/document-save.png</normaloff>:/resources/resources/document-save.png</iconset> |