[gtk/inspector-navigation] inspector: Fix property list styling



commit e55fcbaed1cfa6cc5fee41c94d7ec2636d6a4ea0
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jul 7 02:12:30 2020 -0400

    inspector: Fix property list styling
    
    We use dropdowns here now, so style them.

 gtk/inspector/inspector.css | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/gtk/inspector/inspector.css b/gtk/inspector/inspector.css
index 857fb2f8ce..920a7cceea 100644
--- a/gtk/inspector/inspector.css
+++ b/gtk/inspector/inspector.css
@@ -35,6 +35,7 @@
 .list .cell entry,
 .list .cell spinbutton,
 .list .cell button,
+.list .cell dropdown
 .list .cell combobox {
   min-height: 24px;
   min-width: 0;
@@ -42,6 +43,7 @@
 
 .list .cell entry,
 .list .cell button,
+.list .cell dropdown
 .list .cell combobox {
   padding: 0 4px;
 }


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