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

macosx: Fix vout window min size.

parent 64ff1542
......@@ -45,6 +45,25 @@
<key>SUPERCLASS</key>
<string>NSWindow</string>
</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>
<key>ACTIONS</key>
<dict>
......@@ -134,17 +153,17 @@
<key>o_controls</key>
<string>VLCControls</string>
<key>o_crashrep_desc_txt</key>
<string>id</string>
<string>NSTextField</string>
<key>o_crashrep_dontSend_btn</key>
<string>id</string>
<string>NSButton</string>
<key>o_crashrep_fld</key>
<string>id</string>
<string>NSTextView</string>
<key>o_crashrep_send_btn</key>
<string>id</string>
<string>NSButton</string>
<key>o_crashrep_title_txt</key>
<string>id</string>
<string>NSTextField</string>
<key>o_crashrep_win</key>
<string>id</string>
<string>NSWindow</string>
<key>o_dmi_mute</key>
<string>NSMenuItem</string>
<key>o_dmi_next</key>
......@@ -429,25 +448,6 @@
<key>SUPERCLASS</key>
<string>NSObject</string>
</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>
<key>CLASS</key>
<string>NSApplication</string>
......
......@@ -11,9 +11,10 @@
<key>IBOpenObjects</key>
<array>
<integer>29</integer>
<integer>3817</integer>
<integer>3568</integer>
<integer>2417</integer>
<integer>915</integer>
<integer>3568</integer>
<integer>3817</integer>
<integer>21</integer>
</array>
<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