diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2008-03-08 16:42:43 +0100 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2008-03-08 17:41:52 +0100 |
| commit | c716d1788bb4f4b9db403617023f06347ba48102 (patch) | |
| tree | 8b1b5edbbd16e3d55e25f0e9026414b35dbcf20b /openbox/prompt.c | |
| parent | 617effd275a7c998d9bea686bc1a33240fd16704 (diff) | |
Remove double newlines.
Diffstat (limited to 'openbox/prompt.c')
| -rw-r--r-- | openbox/prompt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbox/prompt.c b/openbox/prompt.c index f531b70c..53ed2d7d 100644 --- a/openbox/prompt.c +++ b/openbox/prompt.c @@ -294,7 +294,6 @@ static void prompt_layout(ObPrompt *self) self->button[i].width = MAX(self->button[i].width, bw); self->button[i].height = MAX(self->button[i].height, bh); - self->button[i].width += BUTTON_HMARGIN * 2; self->button[i].height += BUTTON_VMARGIN * 2; |
