File tree Expand file tree Collapse file tree
src/main/java/com/junichi11/netbeans/modules/github/issues/issue/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 275275 </Group >
276276 <EmptySpace min =" -2" pref =" 37" max =" -2" attributes =" 0" />
277277 <Group type =" 103" groupAlignment =" 0" attributes =" 0" >
278- <Component id =" descriptionTabbedPanel" pref = " 412 " max =" 32767" attributes =" 0" />
278+ <Component id =" descriptionTabbedPanel" max =" 32767" attributes =" 0" />
279279 <Component id =" titleTextField" max =" 32767" attributes =" 0" />
280280 </Group >
281281 <EmptySpace max =" -2" attributes =" 0" />
Original file line number Diff line number Diff line change @@ -360,6 +360,7 @@ private void setCollaboratorsComponentsVisible(boolean isVisible) {
360360 milestoneComboBox .setVisible (isVisible );
361361 assigneeLabel .setVisible (isVisible );
362362 assigneeComboBox .setVisible (isVisible );
363+ assignYourselfLinkButton .setVisible (isVisible );
363364 newLabelButton .setVisible (isVisible );
364365 newMilestoneButton .setVisible (isVisible );
365366 }
You can’t perform that action at this time.
0 commit comments