[gnumeric] GUI: Squeeze the main toolbar a bit.



commit 4a0ed9c1820f4e62eec4f45d52ca35709a18f6c8
Author: Morten Welinder <terra gnome org>
Date:   Fri Jan 21 15:53:52 2022 -0500

    GUI: Squeeze the main toolbar a bit.
    
    Zoom was too tall.

 src/gnumeric.css | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/src/gnumeric.css b/src/gnumeric.css
index 691b21651..4d718060d 100644
--- a/src/gnumeric.css
+++ b/src/gnumeric.css
@@ -280,6 +280,12 @@ toolbar combobox button.combo box {
     padding-right: 2px;
 }
 
+/* The zoom entry box shows digits only so no need for padding.  */
+toolbar combobox entry.combo {
+    padding-top: 0;
+    padding-bottom: 0;
+}
+
 #else
 
 /* Extra space around multiple toolbars adds up quickly so avoid it. */


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