Double margins in some layouts
See original GitHub issueLayouts with this issue:
- Columns
- ~Spiral~ (Fixed: #3331)
- Stack
- Bsp
- Matrix
- RatioTile
- Tile
- VerticalTile
- Zoomy
Layouts without this issue:
- MonadTall
- MonadWide
- MonadThreeCol
Additional context:
config = {
'margin': 30,
'single_margin': 30,
}
layouts = [
layout.MonadTall(**config),
layout.Columns(**config),
]
Screenshot
MonadTall

Columns

Screenshot (with grids)
MonadTall

Columns

Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (15 by maintainers)
Top Results From Across the Web
Change the margins in your Word document - Microsoft Support
Select Layout > Margins. The Margins option is highlighted on the Layout tab. · Select the margin measurements you want. From the Layout...
Read more >Line Spacing and Margins in Microsoft Word
To change margins, click on the Margins button, found on the Page Layout tab. Word lists a number of pre-formatted options, but you...
Read more >General Formatting - Tennessee Tech University
To set mirrored margins in Microsoft Word, click on Layout > Margins > Custom Margins. Under the dropdown for Multiple Pages, select Mirror...
Read more >Page margins for double sided printing - YouTube
It shows the recommended formatting settings for margins on a document in Microsoft Word that will be printed double sided.
Read more >Book Layouts and Page Margins: Everything You Need to Know
Here are some of the jobs margins have to do: ... although if you look at your book as a series of two-page...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks. I noticed this too.
I think what’s happening is that we get doubling of margins when windows are next to each other in some layouts.
Will take a look.
I’d much prefer to have a single solution than implementing something on a case by case basis.