Update to the message log window on macOS, fix #3627 (#3962)

- Set the minimum size of the Message column of the message log
window to 200 (previously was 10) to fix #3627
- Align the log level indicator to the top
This commit is contained in:
Yuze Jiang 2022-10-20 03:22:19 +09:00 committed by GitHub
parent e97a98f10b
commit 8cad9675d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
</tableHeaderCell>
<imageCell key="dataCell" refusesFirstResponder="YES" alignment="left" animates="YES" imageScaling="proportionallyDown" image="imageCell:63:image" id="63"/>
<imageCell key="dataCell" refusesFirstResponder="YES" alignment="left" animates="YES" imageAlignment="top" imageScaling="proportionallyDown" image="imageCell:63:image" id="63"/>
<sortDescriptor key="sortDescriptorPrototype" selector="compare:" sortKey="Level"/>
</tableColumn>
<tableColumn identifier="Date" editable="NO" width="92" minWidth="40" maxWidth="1000" id="32">
@ -115,7 +115,7 @@
<sortDescriptor key="sortDescriptorPrototype" selector="localizedStandardCompare:" sortKey="Name"/>
<tableColumnResizingMask key="resizingMask" userResizable="YES"/>
</tableColumn>
<tableColumn identifier="Message" editable="NO" width="355" minWidth="10" maxWidth="3.4028229999999999e+38" id="68">
<tableColumn identifier="Message" editable="NO" width="355" minWidth="200" maxWidth="3.4028229999999999e+38" id="68">
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Message">
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>