File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -138,19 +138,19 @@ Blockly.ScratchBubble.TOP_BAR_HEIGHT = 32;
138
138
* The size of the minimize arrow icon in the comment top bar.
139
139
* @private
140
140
*/
141
- Blockly . ScratchBubble . MINIMIZE_ICON_SIZE = 16 ;
141
+ Blockly . ScratchBubble . MINIMIZE_ICON_SIZE = 32 ;
142
142
143
143
/**
144
144
* The size of the delete icon in the comment top bar.
145
145
* @private
146
146
*/
147
- Blockly . ScratchBubble . DELETE_ICON_SIZE = 12 ;
147
+ Blockly . ScratchBubble . DELETE_ICON_SIZE = 32 ;
148
148
149
149
/**
150
150
* The inset for the top bar icons.
151
151
* @private
152
152
*/
153
- Blockly . ScratchBubble . TOP_BAR_ICON_INSET = 6 ;
153
+ Blockly . ScratchBubble . TOP_BAR_ICON_INSET = 0 ;
154
154
155
155
/**
156
156
* Create the bubble's DOM.
Original file line number Diff line number Diff line change @@ -62,19 +62,19 @@ Blockly.WorkspaceCommentSvg.TOP_BAR_HEIGHT = 32;
62
62
* The size of the minimize arrow icon in the comment top bar.
63
63
* @private
64
64
*/
65
- Blockly . WorkspaceCommentSvg . MINIMIZE_ICON_SIZE = 16 ;
65
+ Blockly . WorkspaceCommentSvg . MINIMIZE_ICON_SIZE = 32 ;
66
66
67
67
/**
68
68
* The size of the delete icon in the comment top bar.
69
69
* @private
70
70
*/
71
- Blockly . WorkspaceCommentSvg . DELETE_ICON_SIZE = 12 ;
71
+ Blockly . WorkspaceCommentSvg . DELETE_ICON_SIZE = 32 ;
72
72
73
73
/**
74
74
* The inset for the top bar icons.
75
75
* @private
76
76
*/
77
- Blockly . WorkspaceCommentSvg . TOP_BAR_ICON_INSET = 6 ;
77
+ Blockly . WorkspaceCommentSvg . TOP_BAR_ICON_INSET = 0 ;
78
78
79
79
/**
80
80
* Width that a minimized comment should have.
You can’t perform that action at this time.
0 commit comments