BoostIO/Boostnote
A markdown editor for developers on Mac, Windows and Linux.
fixes #2903 - Rearrange layout of columns #2936
https://github.com/BoostIO/Boostnote/pull/2936
callumbooth created this pull request
<!-- Before submitting this PR, please make sure that: - You have read and understand the contributing.md - You have checked docs/code_style.md for information on code style -->
Description
<!-- Tell us what your PR does. Please attach a screenshot/ video/gif image describing your PR if possible. -->
Adds a button to change the orientation of the the split editing window to allow either vertical or horizontal
<img width="1552" alt="Screenshot 2019-03-19 at 20 55 31" src="https://user-images.githubusercontent.com/33291351/54641324-db326a00-4a89-11e9-9610-71746800cc78.png"> <img width="1552" alt="Screenshot 2019-03-19 at 20 55 38" src="https://user-images.githubusercontent.com/33291351/54641325-db326a00-4a89-11e9-9022-a4944e061da3.png">
Issue fixed
<!-- Please list out all issue fixed with this PR here. -->
#2903
<!-- Please make sure you fill in these checkboxes, your PR will be reviewed faster if we know exactly what it does. Change :white_circle: to :radio_button: in all the options that apply -->
Type of changes
- :white_circle: Bug fix (Change that fixed an issue)
- :white_circle: Breaking change (Change that can cause existing functionality to change)
- :white_circle: Improvement (Change that improves the code. Maybe performance or development improvement)
- :radio_button: Feature (Change that adds new functionality)
- :white_circle: Documentation change (Change that modifies documentation. Maybe typo fixes)
Checklist:
- :radio_button: My code follows the project code style
- :white_circle: I have written test for my code and it has been tested
- :radio_button: All existing tests have been passed
- :radio_button: I have attached a screenshot/video to visualize my change if possible