Skip to content

Commit c504e9f

Browse files
Fixed translucency UI bug.
1 parent 3c772f3 commit c504e9f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Traktor Transition Finder/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@
368368
<customView translatesAutoresizingMaskIntoConstraints="NO" id="nmn-MQ-83j" customClass="CurrentlySelectedView" customModule="Traktor_Transition_Finder" customModuleProvider="target">
369369
<rect key="frame" x="0.0" y="0.0" width="405" height="90"/>
370370
<subviews>
371-
<visualEffectView appearanceType="inheritedVibrantLight" blendingMode="withinWindow" material="HUDWindow" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="dsj-lm-A7Y">
371+
<visualEffectView appearanceType="inheritedVibrantLight" blendingMode="withinWindow" material="sheet" state="followsWindowActiveState" translatesAutoresizingMaskIntoConstraints="NO" id="dsj-lm-A7Y">
372372
<rect key="frame" x="0.0" y="0.0" width="405" height="90"/>
373373
<subviews>
374374
<scrollView wantsLayer="YES" fixedFrame="YES" borderType="none" autohidesScrollers="YES" horizontalLineScroll="10" horizontalPageScroll="10" verticalLineScroll="0.0" verticalPageScroll="0.0" hasVerticalScroller="NO" verticalScrollElasticity="none" translatesAutoresizingMaskIntoConstraints="NO" id="23e-0F-kWY">
@@ -381,7 +381,7 @@
381381
<collectionView ambiguous="YES" allowsEmptySelection="NO" id="2d9-Wz-Khn">
382382
<rect key="frame" x="0.0" y="0.0" width="405" height="30"/>
383383
<autoresizingMask key="autoresizingMask" widthSizable="YES"/>
384-
<collectionViewGridLayout key="collectionViewLayout" maximumNumberOfColumns="10" id="zLw-Zx-lgb">
384+
<collectionViewGridLayout key="collectionViewLayout" id="zLw-Zx-lgb">
385385
<size key="minimumItemSize" width="30" height="0.0"/>
386386
<size key="maximumItemSize" width="140" height="0.0"/>
387387
</collectionViewGridLayout>

Traktor Transition Finder/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.2</string>
18+
<string>1.5</string>
1919
<key>CFBundleVersion</key>
20-
<string>2</string>
20+
<string>1</string>
2121
<key>LSApplicationCategoryType</key>
2222
<string>public.app-category.music</string>
2323
<key>LSMinimumSystemVersion</key>

readme/readme.png

412 KB
Loading

0 commit comments

Comments
 (0)