Skip to content

Commit 48cc518

Browse files
committed
Miniscule UI tweaks
1 parent 0d8801b commit 48cc518

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

EnvPane/en.lproj/EnvPane.xib

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -74,35 +74,35 @@
7474
<rect key="frame" x="1" y="23" width="668" height="309"/>
7575
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
7676
<subviews>
77-
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnSelection="YES" multipleSelection="NO" autosaveColumns="NO" headerView="102" id="100" customClass="EnvVarsTableView">
77+
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" alternatingRowBackgroundColors="YES" columnReordering="NO" multipleSelection="NO" autosaveColumns="NO" typeSelect="NO" headerView="102" id="100" customClass="EnvVarsTableView">
7878
<rect key="frame" x="0.0" y="0.0" width="668" height="309"/>
7979
<autoresizingMask key="autoresizingMask"/>
8080
<size key="intercellSpacing" width="3" height="2"/>
8181
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
8282
<tableViewGridLines key="gridStyleMask" vertical="YES"/>
8383
<color key="gridColor" name="gridColor" catalog="System" colorSpace="catalog"/>
8484
<tableColumns>
85-
<tableColumn width="155" minWidth="40" maxWidth="1000" id="104">
85+
<tableColumn width="155" minWidth="41" maxWidth="1000" id="104">
8686
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Name">
8787
<font key="font" metaFont="smallSystem"/>
8888
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
8989
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
9090
</tableHeaderCell>
91-
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" placeholderString="" id="107">
91+
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="left" title="Text Cell" placeholderString="" id="107">
9292
<font key="font" metaFont="fixedUser"/>
9393
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
9494
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
9595
</textFieldCell>
9696
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
9797
<connections>
98-
<binding destination="120" name="value" keyPath="arrangedObjects.name" id="214">
98+
<binding destination="120" name="textColor" keyPath="arrangedObjects.error" id="Ynu-lD-oYe">
9999
<dictionary key="options">
100-
<bool key="NSAllowsEditingMultipleValuesSelection" value="NO"/>
100+
<string key="NSValueTransformerName">ErrorColorTransformer</string>
101101
</dictionary>
102102
</binding>
103-
<binding destination="120" name="textColor" keyPath="arrangedObjects.error" id="Ynu-lD-oYe">
103+
<binding destination="120" name="value" keyPath="arrangedObjects.name" id="214">
104104
<dictionary key="options">
105-
<string key="NSValueTransformerName">ErrorColorTransformer</string>
105+
<bool key="NSAllowsEditingMultipleValuesSelection" value="NO"/>
106106
</dictionary>
107107
</binding>
108108
</connections>
@@ -113,7 +113,7 @@
113113
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
114114
<color key="backgroundColor" white="0.33333298560000002" alpha="1" colorSpace="calibratedWhite"/>
115115
</tableHeaderCell>
116-
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" alignment="left" title="Text Cell" placeholderString="" id="106">
116+
<textFieldCell key="dataCell" scrollable="YES" lineBreakMode="clipping" selectable="YES" editable="YES" sendsActionOnEndEditing="YES" alignment="left" title="Text Cell" placeholderString="" id="106">
117117
<font key="font" metaFont="fixedUser"/>
118118
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
119119
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>

0 commit comments

Comments
 (0)