Mohelm97 / screenrecorder

A simple screen recorder app designed for elementary OS.
GNU General Public License v3.0
59 stars 15 forks source link

Fix alignment of mode_switch in titlebar #18

Closed ryonakano closed 5 years ago

ryonakano commented 5 years ago

First of all, thank you for making a nice app! I'd been using Peek to take a GIF image to clarify the content of pull requests and issues, but yesterday I tried using your app and found it is more useful. What I personally liked is the GIF preview in the saving dialog. This allows me to check the GIF and discard it if there is some mistake in it.

Changes Summary

What this PR fixes is really tiny thing :sweat_smile: I just vertically centered mode_switch button in the center of titlebar.

BEFORE

screenshot from 2019-02-19 17-34-27

AFTER

screenshot from 2019-02-19 17-34-51

BEFORE with layout borders

screenshot from 2019-02-19 17-34-39

AFTER with layout borders

screenshot from 2019-02-19 17-35-04

peteruithoven commented 5 years ago

Good eyes! Thanks for the fix