From a8bb62e6e290678f221a01bec7b24e6742366759 Mon Sep 17 00:00:00 2001 From: Robert Bieber Date: Sat, 3 Jul 2010 06:53:06 +0000 Subject: Theme Editor: Made irrelevant menu items disabled at startup, made wrap-around search work in the find/replace dialog git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27253 a1c6a512-1295-4272-9138-f99709370657 --- utils/themeeditor/gui/editorwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/themeeditor/gui/editorwindow.cpp') diff --git a/utils/themeeditor/gui/editorwindow.cpp b/utils/themeeditor/gui/editorwindow.cpp index 96f8552..4c073b9 100644 --- a/utils/themeeditor/gui/editorwindow.cpp +++ b/utils/themeeditor/gui/editorwindow.cpp @@ -163,6 +163,8 @@ void EditorWindow::setupUI() deviceDock->setWidget(deviceConfig); deviceDock->setFloating(true); deviceDock->hide(); + + shiftTab(-1); } void EditorWindow::setupMenus() -- cgit v1.1