Skip to content

Commit

Permalink
chore: some more title column width in identifycontroller
Browse files Browse the repository at this point in the history
  • Loading branch information
tillt committed Dec 7, 2024
1 parent 067bf3a commit fa0c420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PlayEm/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<key>CFBundleShortVersionString</key>
<string>1.7</string>
<key>CFBundleVersion</key>
<string>8579</string>
<string>8593</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.music</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion PlayEm/Window & ViewControllers/IdentifyController.m
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ - (void)loadView
const CGFloat kTableViewWidth = 340.0f;

const CGFloat kCoverColumnWidth = kTableRowHeight;
const CGFloat kTitleColumnWidth = 160.0;
const CGFloat kTitleColumnWidth = 170.0;
const CGFloat kButtonsColumnWidth = 70.0;

const CGFloat kBorderWidth = 20.0f;
Expand Down

0 comments on commit fa0c420

Please sign in to comment.