forked from qt-creator/qt-creator
Remove output mode.
Replaced by the maximize and "More..." buttons. Edit mode is now the fallback mode for the output panes.
This commit is contained in:
@@ -63,7 +63,6 @@ const char * const IDE_REVISION_STR = "";
|
||||
//modes
|
||||
const char * const MODE_WELCOME = "Welcome";
|
||||
const char * const MODE_EDIT = "Edit";
|
||||
const char * const MODE_OUTPUT = "Output";
|
||||
const int P_MODE_WELCOME = 100;
|
||||
const int P_MODE_EDIT = 90;
|
||||
const int P_MODE_OUTPUT = 10;
|
||||
|
||||
Reference in New Issue
Block a user