瀏覽代碼

VLCMultiSelectionMenuView: Remove extra space

Removes the extra button space in multiSectionMenu on landscape orientation

Signed-off-by: Carola Nitz <nitz.carola@googlemail.com>
Soomin Lee 7 年之前
父節點
當前提交
e67e9fbad2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Sources/VLCMultiSelectionMenuView.m

+ 1 - 1
Sources/VLCMultiSelectionMenuView.m

@@ -86,7 +86,7 @@
 
     if (_showsEqualizer) {
         if (_mediaHasChapters) {
-            height = 7. * spacer + 6. * buttonHeight;
+            height = 6. * spacer + 5. * buttonHeight;
             workFrame = _equalizerButton.frame;
             workFrame.origin.y = spacer;
             _equalizerButton.frame = workFrame;