Skip to content

Commit bc264c8

Browse files
author
Erik Terwan
committed
Fixed color / tint of ProgressIndicators
1 parent 147a93e commit bc264c8

File tree

20 files changed

+24
-6
lines changed

20 files changed

+24
-6
lines changed

Build/Intermediates/ArchiveIntermediates/Retini/BuildProductsPath/Release/Retini.app.dSYM/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundleSignature</key>
1414
<string>????</string>
1515
<key>CFBundleShortVersionString</key>
16-
<string>1.0.6</string>
16+
<string>1.0.7</string>
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
</dict>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Build/Products/Debug/Retini.app/Contents/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<key>CFBundlePackageType</key>
4141
<string>APPL</string>
4242
<key>CFBundleShortVersionString</key>
43-
<string>1.0.5</string>
43+
<string>1.0.6</string>
4444
<key>CFBundleSignature</key>
4545
<string>????</string>
4646
<key>CFBundleSupportedPlatforms</key>
Binary file not shown.
Binary file not shown.

Build/Products/Debug/Retini.app/Contents/_CodeSignature/CodeResources

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dict>
1717
<key>hash</key>
1818
<data>
19-
E4oIzhYYQyXIIzs5DkUizx5LFvQ=
19+
QoLGUJG23umU0CKGRGOFMuYjvMo=
2020
</data>
2121
<key>optional</key>
2222
<true/>
@@ -68,7 +68,7 @@
6868
<dict>
6969
<key>hash</key>
7070
<data>
71-
E4oIzhYYQyXIIzs5DkUizx5LFvQ=
71+
QoLGUJG23umU0CKGRGOFMuYjvMo=
7272
</data>
7373
<key>optional</key>
7474
<true/>

Retini.zip

310 Bytes
Binary file not shown.

Retini/Base.lproj/MainMenu.xib

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,19 @@
135135
<customView translatesAutoresizingMaskIntoConstraints="NO" id="UFV-hG-527" customClass="DragDropView">
136136
<rect key="frame" x="0.0" y="0.0" width="480" height="360"/>
137137
<subviews>
138-
<progressIndicator wantsLayer="YES" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="rli-D0-rtJ">
138+
<progressIndicator wantsLayer="YES" focusRingType="none" style="bar" translatesAutoresizingMaskIntoConstraints="NO" id="rli-D0-rtJ">
139139
<rect key="frame" x="20" y="46" width="440" height="20"/>
140140
<constraints>
141141
<constraint firstAttribute="height" constant="18" id="k7p-Fl-f1F"/>
142142
</constraints>
143+
<contentFilters>
144+
<ciFilter name="CIVibrance">
145+
<configuration>
146+
<real key="inputAmount" value="-1"/>
147+
<null key="inputImage"/>
148+
</configuration>
149+
</ciFilter>
150+
</contentFilters>
143151
<animations/>
144152
</progressIndicator>
145153
</subviews>
@@ -228,6 +236,16 @@
228236
<constraint firstAttribute="width" constant="16" id="3jV-oU-ODU"/>
229237
<constraint firstAttribute="height" constant="16" id="Rht-Yw-BWD"/>
230238
</constraints>
239+
<contentFilters>
240+
<ciFilter name="CIColorControls">
241+
<configuration>
242+
<real key="inputBrightness" value="1"/>
243+
<real key="inputContrast" value="1"/>
244+
<null key="inputImage"/>
245+
<real key="inputSaturation" value="1"/>
246+
</configuration>
247+
</ciFilter>
248+
</contentFilters>
231249
<animations/>
232250
</progressIndicator>
233251
</subviews>

Retini/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<key>CFBundlePackageType</key>
3939
<string>APPL</string>
4040
<key>CFBundleShortVersionString</key>
41-
<string>1.0.6</string>
41+
<string>1.0.7</string>
4242
<key>CFBundleSignature</key>
4343
<string>????</string>
4444
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)