Tweaked mini window.
parent
ce2f61564c
commit
8bdb68ae19
|
@ -70,6 +70,7 @@
|
|||
1791005E0CB44D6D0070BC5C /* Cog.scriptSuite in Resources */ = {isa = PBXBuildFile; fileRef = 1791005C0CB44D6D0070BC5C /* Cog.scriptSuite */; };
|
||||
1791005F0CB44D6D0070BC5C /* Cog.scriptTerminology in Resources */ = {isa = PBXBuildFile; fileRef = 1791005D0CB44D6D0070BC5C /* Cog.scriptTerminology */; };
|
||||
1791FF900CB43A2C0070BC5C /* MediaKeysApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */; };
|
||||
179571590F51DF4100E4168D /* MiniWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = 179571580F51DF4100E4168D /* MiniWindow.m */; };
|
||||
179790E10C087AB7001D6996 /* OpenURLPanel.m in Sources */ = {isa = PBXBuildFile; fileRef = 179790DF0C087AB7001D6996 /* OpenURLPanel.m */; };
|
||||
179D02EE0E0CB0B00064A77A /* SideView.m in Sources */ = {isa = PBXBuildFile; fileRef = 179D02EB0E0CB0B00064A77A /* SideView.m */; };
|
||||
179D02EF0E0CB0B00064A77A /* SideViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 179D02ED0E0CB0B00064A77A /* SideViewController.m */; };
|
||||
|
@ -595,6 +596,8 @@
|
|||
1791005D0CB44D6D0070BC5C /* Cog.scriptTerminology */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.xml; path = Cog.scriptTerminology; sourceTree = "<group>"; };
|
||||
1791FF8D0CB43A2C0070BC5C /* MediaKeysApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MediaKeysApplication.h; sourceTree = "<group>"; };
|
||||
1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MediaKeysApplication.m; sourceTree = "<group>"; };
|
||||
179571570F51DF4100E4168D /* MiniWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MiniWindow.h; sourceTree = "<group>"; };
|
||||
179571580F51DF4100E4168D /* MiniWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MiniWindow.m; sourceTree = "<group>"; };
|
||||
179790DE0C087AB7001D6996 /* OpenURLPanel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = OpenURLPanel.h; sourceTree = "<group>"; };
|
||||
179790DF0C087AB7001D6996 /* OpenURLPanel.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = OpenURLPanel.m; sourceTree = "<group>"; };
|
||||
179D02EA0E0CB0B00064A77A /* SideView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SideView.h; path = SideView/SideView.h; sourceTree = "<group>"; };
|
||||
|
@ -830,6 +833,8 @@
|
|||
1791FF8E0CB43A2C0070BC5C /* MediaKeysApplication.m */,
|
||||
17BBE5BA0CD95CFA00258F7A /* DualWindow.h */,
|
||||
17BBE5BB0CD95CFA00258F7A /* DualWindow.m */,
|
||||
179571570F51DF4100E4168D /* MiniWindow.h */,
|
||||
179571580F51DF4100E4168D /* MiniWindow.m */,
|
||||
);
|
||||
path = Application;
|
||||
sourceTree = "<group>";
|
||||
|
@ -1820,6 +1825,7 @@
|
|||
173A43A10F3FD26500676A7B /* ToolTipWindow.m in Sources */,
|
||||
173A43B80F3FD3B200676A7B /* VolumeButton.m in Sources */,
|
||||
1752C6B00F3FE3CC00FC3235 /* VolumeSlider.m in Sources */,
|
||||
179571590F51DF4100E4168D /* MiniWindow.m in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<string key="IBDocument.HIToolboxVersion">353.00</string>
|
||||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<integer value="2234"/>
|
||||
<integer value="21"/>
|
||||
<integer value="29"/>
|
||||
</object>
|
||||
|
@ -1293,12 +1294,12 @@ OQA</bytes>
|
|||
<string key="NSFrameAutosaveName">Cog</string>
|
||||
</object>
|
||||
<object class="NSWindowTemplate" id="276041541">
|
||||
<int key="NSWindowStyleMask">4103</int>
|
||||
<int key="NSWindowStyleMask">4111</int>
|
||||
<int key="NSWindowBacking">2</int>
|
||||
<string key="NSWindowRect">{{196, 509}, {481, 0}}</string>
|
||||
<int key="NSWTFlags">1677723648</int>
|
||||
<string key="NSWindowTitle">Window</string>
|
||||
<string key="NSWindowClass">DualWindow</string>
|
||||
<string key="NSWindowClass">MiniWindow</string>
|
||||
<object class="NSToolbar" key="NSViewClass" id="387608983">
|
||||
<object class="NSMutableString" key="NSToolbarIdentifier">
|
||||
<characters key="NS.bytes">35998ECE-5AD8-429E-8479-657249B22C9C</characters>
|
||||
|
@ -1701,9 +1702,10 @@ OQA</bytes>
|
|||
</object>
|
||||
<string key="NSWindowContentMaxSize">{3.40282e+38, 3.40282e+38}</string>
|
||||
<object class="NSView" key="NSWindowView" id="292934259">
|
||||
<nil key="NSNextResponder"/>
|
||||
<reference key="NSNextResponder"/>
|
||||
<int key="NSvFlags">256</int>
|
||||
<string key="NSFrameSize">{481, 0}</string>
|
||||
<reference key="NSSuperview"/>
|
||||
</object>
|
||||
<string key="NSScreenRect">{{0, 0}, {1680, 1028}}</string>
|
||||
<string key="NSMaxSize">{3.40282e+38, 3.40282e+38}</string>
|
||||
|
@ -9413,6 +9415,8 @@ OQA</bytes>
|
|||
<string>2234.IBEditorWindowLastContentRect</string>
|
||||
<string>2234.IBWindowTemplateEditedContentRect</string>
|
||||
<string>2234.NSWindowTemplate.visibleAtLaunch</string>
|
||||
<string>2234.windowTemplate.hasMaxSize</string>
|
||||
<string>2234.windowTemplate.maxSize</string>
|
||||
<string>2235.IBPluginDependency</string>
|
||||
<string>226.IBPluginDependency</string>
|
||||
<string>226.ImportedFromIB2</string>
|
||||
|
@ -10027,9 +10031,11 @@ OQA</bytes>
|
|||
<string>{{123, 619}, {616, 0}}</string>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<string>{{207, 619}, {481, 0}}</string>
|
||||
<string>{{207, 619}, {481, 0}}</string>
|
||||
<boolean value="NO"/>
|
||||
<string>{{398, 631}, {481, 0}}</string>
|
||||
<string>{{398, 631}, {481, 0}}</string>
|
||||
<boolean value="NO" id="6"/>
|
||||
<reference ref="6"/>
|
||||
<string>{10000, 100000}</string>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<string>com.apple.InterfaceBuilder.CocoaPlugin</string>
|
||||
<reference ref="9"/>
|
||||
|
@ -10519,6 +10525,14 @@ OQA</bytes>
|
|||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">MiniWindow</string>
|
||||
<string key="superclassName">DualWindow</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">Application/MiniWindow.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
|
|
Loading…
Reference in New Issue