fleury08 / prettifier

Simple application that makes your JSON/XML requests/responses prettier to read
GNU General Public License v3.0
10 stars 3 forks source link

Make the format switch proper size #2

Closed donadigo closed 6 years ago

donadigo commented 6 years ago

We've rejected this app from releasing it on AppCenter. Please resolve this issue and the second one (#1) and release a new version.

To make the format switch not stretched vertically in the HeaderBar add a this.format_switch.valign = Gtk.Align.CENTER; on line 50 in src/HeaderBar.vala file. This will make the switch proper size.