forked from qt-creator/qt-creator
Debugger: Provide a mode-bar sized icon for the "Debugger.Stop" action
That big Icon was always there, but unused. add it to the "Debugger.Stop" (in addition to the toolbar sized one), so that it looks good when it appears in the mode bar. For the "Classic" variant, I needed to add a @2x variant of the non-flat icon. Change-Id: Iea7200c7821b3780ff11a17b3ec74c44e06ba8d1 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -50,6 +50,7 @@ extern const Utils::Icon DEBUG_CONTINUE_SMALL;
|
||||
extern const Utils::Icon DEBUG_CONTINUE_SMALL_TOOLBAR;
|
||||
extern const Utils::Icon INTERRUPT;
|
||||
extern const Utils::Icon INTERRUPT_FLAT;
|
||||
extern const Utils::Icon STOP;
|
||||
extern const Utils::Icon STOP_FLAT;
|
||||
extern const Utils::Icon DEBUG_INTERRUPT_SMALL;
|
||||
extern const Utils::Icon DEBUG_INTERRUPT_SMALL_TOOLBAR;
|
||||
|
||||
Reference in New Issue
Block a user