Commit 0c1253a3 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Fix vout window min size.

parent 64ff1542
...@@ -45,6 +45,25 @@ ...@@ -45,6 +45,25 @@
<key>SUPERCLASS</key> <key>SUPERCLASS</key>
<string>NSWindow</string> <string>NSWindow</string>
</dict> </dict>
<dict>
<key>CLASS</key>
<string>VLCPlaylistCommon</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_outline_view</key>
<string>id</string>
<key>o_tc_author</key>
<string>id</string>
<key>o_tc_duration</key>
<string>id</string>
<key>o_tc_name</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict> <dict>
<key>ACTIONS</key> <key>ACTIONS</key>
<dict> <dict>
...@@ -134,17 +153,17 @@ ...@@ -134,17 +153,17 @@
<key>o_controls</key> <key>o_controls</key>
<string>VLCControls</string> <string>VLCControls</string>
<key>o_crashrep_desc_txt</key> <key>o_crashrep_desc_txt</key>
<string>id</string> <string>NSTextField</string>
<key>o_crashrep_dontSend_btn</key> <key>o_crashrep_dontSend_btn</key>
<string>id</string> <string>NSButton</string>
<key>o_crashrep_fld</key> <key>o_crashrep_fld</key>
<string>id</string> <string>NSTextView</string>
<key>o_crashrep_send_btn</key> <key>o_crashrep_send_btn</key>
<string>id</string> <string>NSButton</string>
<key>o_crashrep_title_txt</key> <key>o_crashrep_title_txt</key>
<string>id</string> <string>NSTextField</string>
<key>o_crashrep_win</key> <key>o_crashrep_win</key>
<string>id</string> <string>NSWindow</string>
<key>o_dmi_mute</key> <key>o_dmi_mute</key>
<string>NSMenuItem</string> <string>NSMenuItem</string>
<key>o_dmi_next</key> <key>o_dmi_next</key>
...@@ -429,25 +448,6 @@ ...@@ -429,25 +448,6 @@
<key>SUPERCLASS</key> <key>SUPERCLASS</key>
<string>NSObject</string> <string>NSObject</string>
</dict> </dict>
<dict>
<key>CLASS</key>
<string>VLCPlaylistCommon</string>
<key>LANGUAGE</key>
<string>ObjC</string>
<key>OUTLETS</key>
<dict>
<key>o_outline_view</key>
<string>id</string>
<key>o_tc_author</key>
<string>id</string>
<key>o_tc_duration</key>
<string>id</string>
<key>o_tc_name</key>
<string>id</string>
</dict>
<key>SUPERCLASS</key>
<string>NSObject</string>
</dict>
<dict> <dict>
<key>CLASS</key> <key>CLASS</key>
<string>NSApplication</string> <string>NSApplication</string>
......
...@@ -11,9 +11,10 @@ ...@@ -11,9 +11,10 @@
<key>IBOpenObjects</key> <key>IBOpenObjects</key>
<array> <array>
<integer>29</integer> <integer>29</integer>
<integer>3817</integer> <integer>2417</integer>
<integer>3568</integer>
<integer>915</integer> <integer>915</integer>
<integer>3568</integer>
<integer>3817</integer>
<integer>21</integer> <integer>21</integer>
</array> </array>
<key>IBSystem Version</key> <key>IBSystem Version</key>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment