Commit 302ffe2e authored by David Fuhrmann's avatar David Fuhrmann

macosx: advanced prefs: fix width of table view

parent 7dd80de5
...@@ -2052,7 +2052,7 @@ else\ ...@@ -2052,7 +2052,7 @@ else\
// First, initialize and draw the table view to get its height // First, initialize and draw the table view to get its height
NSRect s_rc = NSMakeRect(12, 10, mainFrame.size.width - LEFTMARGIN - RIGHTMARGIN, 50); NSRect s_rc = NSMakeRect(12, 10, mainFrame.size.width - LEFTMARGIN - RIGHTMARGIN - 12, 50);
// height is automatically increased as needed // height is automatically increased as needed
NSTableView *o_tableview; NSTableView *o_tableview;
o_tableview = [[NSTableView alloc] initWithFrame : s_rc]; o_tableview = [[NSTableView alloc] initWithFrame : s_rc];
......
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