[gtk] inspector: Don't add padding to spinbuttons
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk] inspector: Don't add padding to spinbuttons
- Date: Wed, 9 Oct 2019 15:02:53 +0000 (UTC)
commit e5de03144febd4d950fad52a05657a44b762b407
Author: Timm Bäder <mail baedert org>
Date: Sun Oct 6 14:47:36 2019 +0200
inspector: Don't 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]