From e3f99aa7a54d0416de72708689548f1fad982ce2 Mon Sep 17 00:00:00 2001
From: Sojourner Truth <jon.w.wilkes@gmail.com>
Date: Thu, 14 Jul 2016 19:18:38 -0400
Subject: [PATCH] pad search dialog to match the other dialogs

---
 pd/nw/css/c64.css              | 1 +
 pd/nw/css/default.css          | 1 +
 pd/nw/css/extended.css         | 1 +
 pd/nw/css/inverted.css         | 1 +
 pd/nw/css/strongbad.css        | 1 +
 pd/nw/css/subdued.css          | 1 +
 pd/nw/css/vanilla.css          | 1 +
 pd/nw/css/vanilla_inverted.css | 1 +
 8 files changed, 8 insertions(+)

diff --git a/pd/nw/css/c64.css b/pd/nw/css/c64.css
index 335855688..829c3c552 100644
--- a/pd/nw/css/c64.css
+++ b/pd/nw/css/c64.css
@@ -337,6 +337,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index e7c67fdef..4e6f2b3cf 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -469,6 +469,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/extended.css b/pd/nw/css/extended.css
index 27d0a5332..27c1cb05f 100644
--- a/pd/nw/css/extended.css
+++ b/pd/nw/css/extended.css
@@ -331,6 +331,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/inverted.css b/pd/nw/css/inverted.css
index 1f967f62a..65ee12b74 100644
--- a/pd/nw/css/inverted.css
+++ b/pd/nw/css/inverted.css
@@ -357,6 +357,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/strongbad.css b/pd/nw/css/strongbad.css
index b063dbe4d..0a7d8d340 100644
--- a/pd/nw/css/strongbad.css
+++ b/pd/nw/css/strongbad.css
@@ -339,6 +339,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/subdued.css b/pd/nw/css/subdued.css
index 7c89445d8..c6ebc537f 100644
--- a/pd/nw/css/subdued.css
+++ b/pd/nw/css/subdued.css
@@ -338,6 +338,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/vanilla.css b/pd/nw/css/vanilla.css
index 190b0c458..c54a0ace5 100644
--- a/pd/nw/css/vanilla.css
+++ b/pd/nw/css/vanilla.css
@@ -332,6 +332,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
diff --git a/pd/nw/css/vanilla_inverted.css b/pd/nw/css/vanilla_inverted.css
index ebd552443..6040e8ce6 100644
--- a/pd/nw/css/vanilla_inverted.css
+++ b/pd/nw/css/vanilla_inverted.css
@@ -337,6 +337,7 @@ text {
 .search_body {
     font-family: "DejaVu Sans", sans-serif;
     font-size: 10pt;
+    padding: 8px;
 }
 
 /* Common to all dialogs */
-- 
GitLab