AKROGIS / Observer

Tool for Offline Animal Observations on the iPad with ArcGIS for iOS
Other
2 stars 0 forks source link

Increase gap between feature buttons #199

Closed regan-sarwas closed 7 years ago

regan-sarwas commented 7 years ago

Original request from Kumi:

Is it possible to space out the buttons on the bottom, or if it’s a little tight, just a larger separation between the cloud (update Mission Properties) icon and the Sheep (or Goat) icon? I feel like I hit the wrong one a lot and Dylan mentioned this too. This is not super high priority but would be great if a quick adjustment.

regan-sarwas commented 7 years ago

Adding space on the MP button was easy. However adding space around the add feature buttons is not. I Considered adding addFeatureButton.width = 1.2 * addFeatureButton.width here but the width is 0 (dynamic based on text), so this has no effect. It will be a pain to calculate the text width and then resize accordingly.

Adding spacers at the same code location is possible, but it has rippling conflicts with other code that adds/removed the feature buttons. So I bailed on that idea as well.

regan-sarwas commented 7 years ago

Close with 59c68a805adbf7defc1bae9295909eb7c23005aa