+ issue #0002053: Support of themes

This commit is contained in:
wmayer
2015-07-12 22:54:56 +02:00
parent eb8c2b7b2e
commit 343bb91450
9 changed files with 86 additions and 13 deletions

View File

@@ -534,7 +534,7 @@ void PythonDebugger::showDebugMarker(const QString& fn, int line)
if (!edit) {
PythonEditor* editor = new PythonEditor();
editor->setWindowIcon(Gui::BitmapFactory().pixmap("applications-python"));
editor->setWindowIcon(Gui::BitmapFactory().iconFromTheme("applications-python"));
edit = new PythonEditorView(editor, getMainWindow());
edit->open(fn);
edit->resize(400, 300);