[gnome-tetravex/arnaudb/new-theme-2] Reduce a bit lines width.



commit e69a776beabfaecfb0043d32b396a5247e60de3a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Wed Oct 9 22:36:42 2019 +0200

    Reduce a bit lines width.

 src/theme-adwaita.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/theme-adwaita.vala b/src/theme-adwaita.vala
index 6af8796..81a794a 100644
--- a/src/theme-adwaita.vala
+++ b/src/theme-adwaita.vala
@@ -300,7 +300,7 @@ private class AdwaitaTheme : Theme
         context.move_to (west_shadow_limit, 0.0);
         context.line_to (west_shadow_limit, size);
         context.set_source_rgba (0.4, 0.4, 0.4, 0.4);
-        context.set_line_width (1.5);
+        context.set_line_width (1.0);
         context.stroke ();
 
         context.restore ();
@@ -384,7 +384,7 @@ private class AdwaitaTheme : Theme
         context.move_to (0.0, size);
         context.line_to (size, 0.0);
         context.set_source_rgba (0.4, 0.4, 0.4, 0.4);
-        context.set_line_width (1.5);
+        context.set_line_width (1.0);
         context.stroke ();
 
         context.restore ();


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