question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Double margins in some layouts

See original GitHub issue

Layouts 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:open
  • Created 2 years ago
  • Comments:18 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
elParaguayocommented, Feb 14, 2022

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.

1reaction
elParaguayocommented, Apr 14, 2022

I’d much prefer to have a single solution than implementing something on a case by case basis.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found