[gtk/wip/baedert/for-master] inspector: Dont' add padding to spinbuttons



commit b9f0552abcd6f5eea5abb6e60f149a9bc7bf5830
Author: Timm Bäder <mail baedert org>
Date:   Sun Oct 6 14:47:36 2019 +0200

    inspector: Dont' add padding to spinbuttons
    
    That looks stupid.

 gtk/inspector/inspector.css | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/gtk/inspector/inspector.css b/gtk/inspector/inspector.css
index 70b777d5e7..f31c2f1c6f 100644
--- a/gtk/inspector/inspector.css
+++ b/gtk/inspector/inspector.css
@@ -27,9 +27,13 @@
 .list .cell entry,
 .list .cell spinbutton,
 .list .cell button,
-.list .cell combobox
- {
+.list .cell combobox {
   min-height: 24px;
   min-width: 0;
+}
+
+.list .cell entry,
+.list .cell button,
+.list .cell combobox {
   padding: 0 4px;
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]