make tooltip width wider (#239)
Issue #191 It shouldn't be ellipsized, or at least it should be to the right, because I think it's more interesting the file name and function name than the system path where it is found. Make max width bigger Before:  After: 
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ export enum Colors {
|
||||
export enum Sizes {
|
||||
MINIMAP_HEIGHT = 100,
|
||||
DETAIL_VIEW_HEIGHT = 150,
|
||||
TOOLTIP_WIDTH_MAX = 300,
|
||||
TOOLTIP_WIDTH_MAX = 900,
|
||||
TOOLTIP_HEIGHT_MAX = 80,
|
||||
SEPARATOR_HEIGHT = 2,
|
||||
FRAME_HEIGHT = 20,
|
||||
|
||||
Reference in New Issue
Block a user