[gnome-calculator] * -removing green tint (part 1)



commit 27390a19943812b8c53248d923bd63e60d361610
Author: Lains <lainsce airmail cc>
Date:   Sun Apr 24 01:02:42 2022 +0000

    * -removing green tint (part 1)

 src/math-display.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/math-display.vala b/src/math-display.vala
index 1d3119a3..99bdc455 100644
--- a/src/math-display.vala
+++ b/src/math-display.vala
@@ -38,7 +38,6 @@ public class MathDisplay : Gtk.Box
     {
         _equation = equation;
         orientation = Gtk.Orientation.VERTICAL;
-        this.add_css_class ("math-display");
 
         var scrolled_window = new Gtk.ScrolledWindow ();
         scrolled_window.add_css_class ("display-scrolled");


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