艦これの経験値を管理するツール
Revision | 144fb9a72ff57a397abd35b86a317dd4810fb86f (tree) |
---|---|
Zeit | 2014-01-29 21:40:08 |
Autor | masakih <masakih@user...> |
Commiter | masakih |
「他」タブを作った。対象は揚陸艦
@@ -33,5 +33,9 @@ | ||
33 | 33 | <array> |
34 | 34 | <string>駆逐艦</string> |
35 | 35 | </array> |
36 | + <key>他</key> | |
37 | + <array> | |
38 | + <string>揚陸艦</string> | |
39 | + </array> | |
36 | 40 | </dict> |
37 | 41 | </plist> |
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> |
2 | -<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13A603" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> | |
2 | +<document type="com.apple.InterfaceBuilder3.Cocoa.XIB" version="3.0" toolsVersion="4514" systemVersion="13B42" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none"> | |
3 | 3 | <dependencies> |
4 | 4 | <deployment defaultVersion="1070" identifier="macosx"/> |
5 | 5 | <plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="4514"/> |
@@ -258,7 +258,7 @@ | ||
258 | 258 | </connections> |
259 | 259 | </popUpButton> |
260 | 260 | <segmentedControl verticalHuggingPriority="750" id="RMr-5K-BLr"> |
261 | - <rect key="frame" x="514" y="338" width="325" height="24"/> | |
261 | + <rect key="frame" x="514" y="339" width="359" height="24"/> | |
262 | 262 | <autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/> |
263 | 263 | <segmentedCell key="cell" alignment="left" style="rounded" trackingMode="selectOne" id="Tie-E4-cRi"> |
264 | 264 | <font key="font" metaFont="system"/> |
@@ -270,6 +270,7 @@ | ||
270 | 270 | <segment label="空母"/> |
271 | 271 | <segment label="戦艦"/> |
272 | 272 | <segment label="潜水"/> |
273 | + <segment label="他"/> | |
273 | 274 | </segments> |
274 | 275 | </segmentedCell> |
275 | 276 | <connections> |