Skip to content

Commit

Permalink
Inspector cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkwhoffmann committed Dec 31, 2024
1 parent 1ec7d6e commit a31eed4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions GUI/Dialogs/Inspector/InspectorToolbar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class InspectorToolbar: NSToolbar {
controlsSegCtrl.setToolTip(label, forSegment: 0)
controlsSegCtrl.setImage(NSImage(named: image), forSegment: 0)
for i in 1...4 { controlsSegCtrl.setEnabled(!running, forSegment: i) }
timeStamp.font = NSFont.monospacedSystemFont(ofSize: 12, weight: .regular)
}

timeStamp.title = String(format: "%d:%03d:%03d", info.frame, info.vpos, info.hpos)
Expand Down
20 changes: 10 additions & 10 deletions GUI/XIB files/Inspector.xib
Original file line number Diff line number Diff line change
Expand Up @@ -8351,7 +8351,7 @@
<size key="minSize" width="156" height="20"/>
<size key="maxSize" width="164" height="36"/>
<popUpButton key="view" verticalHuggingPriority="750" id="b86-1a-Fn4">
<rect key="frame" x="0.0" y="14" width="156" height="30"/>
<rect key="frame" x="0.0" y="14" width="156" height="32"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<popUpButtonCell key="cell" type="roundTextured" title="CPU" bezelStyle="texturedRounded" alignment="center" lineBreakMode="truncatingTail" state="on" borderStyle="border" imageScaling="proportionallyDown" inset="2" selectedItem="LXU-RO-3xV" id="Wsk-Xi-B1a">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
Expand All @@ -8378,25 +8378,25 @@
</toolbarItem>
<toolbarItem implicitItemIdentifier="30642DA1-478E-4345-B156-B79CA8994EBF" label="Progress" paletteLabel="Progress" title="Button" id="RcX-9d-hxi">
<nil key="toolTip"/>
<size key="minSize" width="128" height="32"/>
<size key="maxSize" width="164" height="32"/>
<size key="minSize" width="128" height="26"/>
<size key="maxSize" width="164" height="34"/>
<button key="view" verticalHuggingPriority="750" id="xim-h1-DEa">
<rect key="frame" x="0.0" y="14" width="128" height="32"/>
<rect key="frame" x="0.0" y="14" width="130" height="26"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="push" title="Button" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="H8T-uh-2pG">
<buttonCell key="cell" type="roundTextured" title="Button" bezelStyle="texturedRounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="H8T-uh-2pG">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
</button>
</toolbarItem>
<toolbarItem implicitItemIdentifier="11582724-F9DF-4AC9-83C6-EB2C0DA79367" label="New" paletteLabel="New" image="plus" catalog="system" id="vjh-tj-GEV">
<nil key="toolTip"/>
<size key="minSize" width="48" height="32"/>
<size key="maxSize" width="48" height="32"/>
<button key="view" verticalHuggingPriority="750" id="nRb-gl-jJU">
<rect key="frame" x="8" y="15" width="44" height="32"/>
<size key="minSize" width="32" height="26"/>
<size key="maxSize" width="34" height="32"/>
<button key="view" id="nRb-gl-jJU">
<rect key="frame" x="0.0" y="14" width="34" height="26"/>
<autoresizingMask key="autoresizingMask"/>
<buttonCell key="cell" type="push" bezelStyle="rounded" image="plus" catalog="system" imagePosition="overlaps" alignment="center" borderStyle="border" inset="2" id="GJZ-Oo-v24">
<buttonCell key="cell" type="smallSquare" bezelStyle="smallSquare" image="plus" catalog="system" imagePosition="overlaps" alignment="center" inset="2" id="GJZ-Oo-v24">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down

0 comments on commit a31eed4

Please sign in to comment.