]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/misc.m
macosx: hide bottom bar of main window only when really necessary
[vlc] / modules / gui / macosx / misc.m
index 60955a5ca24f099fc4a1dd7fe816e121cf90d3ac..62779b18246b5f52a331b7dbb12366a68fe0dbe9 100644 (file)
@@ -499,10 +499,7 @@ void _drawFrameInRect(NSRect frameRect)
     [[NSGraphicsContext currentContext] restoreGraphicsState];
 
     NSRect knobRect = [[self cell] knobRectFlipped:NO];
-    if (b_dark)
-        knobRect.origin.y+=2;
-    else
-        knobRect.origin.y+=1;
+    knobRect.origin.y+=1;
     [self drawKnobInRect: knobRect];
 }