Skip to content

Commit

Permalink
updated screenshots & fixed text box sizing issue in preferences menu
Browse files Browse the repository at this point in the history
  • Loading branch information
DarraghRogan committed Sep 18, 2020
1 parent bac8b08 commit 45757ba
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<key>MiasmaLauncher.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>2</integer>
<integer>1</integer>
</dict>
<key>MiasmaLauncherApplication.xcscheme_^#shared#^_</key>
<dict>
Expand All @@ -22,7 +22,7 @@
<key>Miasma_iOS.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>1</integer>
<integer>2</integer>
</dict>
</dict>
<key>SuppressBuildableAutocreation</key>
Expand Down
7 changes: 4 additions & 3 deletions Miasma/Base.lproj/Main.storyboard
Original file line number Diff line number Diff line change
Expand Up @@ -853,6 +853,7 @@
<font key="font" usesAppearanceFont="YES"/>
<string key="title">This Air Quality data source uses PurpleAir sensors.
Please find the ID for the sensor you are interested in from the PurpleAir website map.

It is a 4 or 5 digit number in the URL web address after clicking the sensor you are interested in - see screen clip -&gt;</string>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
Expand Down Expand Up @@ -909,15 +910,15 @@ It is a 4 or 5 digit number in the URL web address after clicking the sensor you
</textFieldCell>
</textField>
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="ED6-Fz-uYk">
<rect key="frame" x="663" y="339" width="397" height="160"/>
<rect key="frame" x="663" y="321" width="397" height="178"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<textFieldCell key="cell" selectable="YES" enabled="NO" alignment="left" id="eX7-Bn-7OB">
<font key="font" usesAppearanceFont="YES"/>
<mutableString key="title">Please enter your City here (no spaces) &amp; hit return ⏎, or choose the dropdown option "here" to autoselect the Air Quality station closest to the recorded location for your Mac's IP address.
<string key="title">Please enter your City here (no spaces) &amp; hit return ⏎, or choose the dropdown option "here" to autoselect the Air Quality station closest to the recorded location for your Mac's IP address.

All data is routed via the World Air Quality Index, and the original measurement body is shown in the Miasma dropdown.

According to the Air Quality Index returned, the Miasma icon changes colour according the the US EPA AQI scale.</mutableString>
According to the Air Quality Index returned, the Miasma icon changes colour according the the US EPA AQI scale.</string>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
Expand Down
Binary file modified Miasma/Graphics/ScreenshotMenuCropped.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Miasma/Graphics/ScreenshotPreferences.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 45757ba

Please sign in to comment.