Questions tagged [spacing]

Refers to the blank space (page or screen) between two objects or entities.

Refers to the blank space (page or screen) between two objects or entities.

1104 questions
11
votes
6 answers

Sentence Spacing

What is the best way to present the additional spacing that should come between sentences (using [X]HTML+CSS)?

Lorem ipsum. Dolor sit amet.

^^ wider than word spacing Since HTML and XML both require whitespace folding, the…
Roger Pate
11
votes
5 answers

Change spacing of snaplines in Visual Studio

Is it possible to change the amount of space snaplines put between controls in a WinForms project in Visual Studio? For example, when I slide a textbox up to another textbox (one above the other), there's 6 pixels of space between the controls. I'd…
ifugu
  • 648
  • 7
  • 11
11
votes
8 answers

LaTeX: Avoid new paragraph?

I use the \todo command from the \todonotes package. I'd like to layout my source to put \todos separately from the previous paragraph: Some text. \todo{make note} But I don't want \todo to start a new paragraph, or it screws up the spacing of the…
Paul Biggar
  • 27,579
  • 21
  • 99
  • 152
10
votes
1 answer

Android spannable string with line spacing

I have a tag cloud in which the tags have a background color. Unfortunately I am not able to get a line spacing in place. Let's assume this is the text cloud: tag1 tag2 tag3 tagtext4 tagtext5 This is the style for the text view:
9
votes
4 answers

Spacing between columns in a table

I have a big problem with the spacing of columns in a table. Here's what I'd like to get, spacing only between : Not working with margin, padding or border: td { padding-left: 7.5px; padding-right: 7.5px; } td:first-child { …
user5993915
9
votes
5 answers

Qt remove empty space between widgets on QVBoxLayout

I have annoying problem. I created QVBoxLayout on which I added my widgets. This is sample from my constructor: layout = new QVBoxLayout; layout->setMargin(0); layout->setContentsMargins(QMargins(0,0,0,0)); layout->setSpacing(0); And then I have…
Tatarinho
  • 754
  • 2
  • 11
  • 31
9
votes
2 answers

How come the behavior of drawableStart doesn't match the Android documentation?

I have created a very basic layout:
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361
8
votes
2 answers

How to change character spacing in XAML in a textbox?

How do I change the character spacing in a WPF application within a textblock. Also known as kerning or tracking for characters.
anton2g
  • 923
  • 6
  • 12
  • 29
8
votes
1 answer

Adding space between columns in Bootstrap 4

How I want it to look like: I'm trying to add horizontal and vertical space between the columns in BS4 but it keeps either messing breakpoints around (black or red) or the breakpoints of bootstrap. Is there any easy way to add space? I've tried…
sev
  • 103
  • 1
  • 1
  • 11
8
votes
1 answer

matplotlib pyplot imshow tight spacing between images

I have some numpy image arrays, all of the same shape (say (64, 64, 3)). I want to plot them in a grid using pyplot.subplot(), but when I do, I get unwanted spacing between images, even when I use pyplot.subplots_adjust(hspace=0, wspace=0). Below is…
Ray
  • 7,833
  • 13
  • 57
  • 91
8
votes
2 answers

iOS 7 UIBarButtonItem ridiculous spacing issue

I'm having an issue that so far I cannot find a solution to. I am adding a new feature to my app and wish to add a second UIBarButtonItem on the left side of my UINavigationBar. For some reason iOS 7 takes this as a button1, grandCanyon, button2. I…
KelticKoder
  • 115
  • 2
  • 10
8
votes
1 answer

Unexplained Extra Space, Possibly Padding Surrounding a Table within a Table

This is an experiment I'm working on for a layout. I had a lot of issues positioning divs to achieve this effect, so I turned to the old standby, table cascades. My problem here is that that last upper box has extra padding in all 3 browsers and I…
user1750369
7
votes
1 answer

Flutter: Excess space on multiline Text widgets

I have Text widget that is being constrained by Container with BoxConstraints, and I noticed that when the text has multiple lines, there is excess spacing (on the right) due to the overflow. The code for this, minus styling, is simple: Container( …
Sisson
  • 97
  • 4
7
votes
1 answer

RestructuredText - Hyperlinks without leading and trailing spaces

Is it possible to create hyperlinks without leading and trailing spaces? The following doesn't work: re`Structured`_Text .. _`Structured`: http://docutils.sourceforge.net/docs/user/rst/quickstart.html The reason I'm asking is I'm working with…
Wang Dingwei
  • 4,661
  • 6
  • 32
  • 43
7
votes
2 answers

xamarin forms remove spacing between grid.rows not working

In my Xamarin.Forms project I have a grid with 2 rows and 3 columns. In row1 I have a label, in row2 I have a stackpanel vertical. There seems to be a huge space between the label and the stackpanel, how do I remove this spacer? I have tried using…
solarissf
  • 1,199
  • 2
  • 23
  • 58