Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Fix spacing from #120 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamons authored Mar 2, 2020
1 parent 2dd06a8 commit 0368756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ButtonMadness/TestWindowController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@ public override void AwakeFromNib ()
codeBasedSegmentControl.SetMenu (buttonMenu, 0);
nibBasedSegControl.SetMenu (buttonMenu, 0);

// add icons to each segment (applied to both nib-based and code-based)
NSImage segmentIcon1 = NSWorkspace.SharedWorkspace.IconForFileType(HFSTypeCode.ComputerIcon);
// add icons to each segment (applied to both nib-based and code-based)
NSImage segmentIcon1 = NSWorkspace.SharedWorkspace.IconForFileType(HFSTypeCode.ComputerIcon);
segmentIcon1.Size = new CGSize(16, 16);
nibBasedSegControl.SetImage (segmentIcon1, 0);
codeBasedSegmentControl.SetImage (segmentIcon1, 0);
Expand Down

0 comments on commit 0368756

Please sign in to comment.