gnunet-svn
[Top][All Lists]
Advanced

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

[cash2ecash] branch master updated: testing


From: gnunet
Subject: [cash2ecash] branch master updated: testing
Date: Thu, 02 Jan 2025 13:57:18 +0100

This is an automated email from the git hooks/post-receive script.

manuel-geissbuehler pushed a commit to branch master
in repository cash2ecash.

The following commit(s) were added to refs/heads/master by this push:
     new e1b39c9  testing
e1b39c9 is described below

commit e1b39c9ebc86257a31a22a82eda3663d02f3861f
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Thu Jan 2 13:57:09 2025 +0100

    testing
---
 src/gui/screen.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui/screen.hpp b/src/gui/screen.hpp
index 7a14d9a..204af3a 100644
--- a/src/gui/screen.hpp
+++ b/src/gui/screen.hpp
@@ -96,11 +96,11 @@ class Screen {
     
     mainContentContainer = lv_obj_create(screenPointer);
     lv_obj_set_grid_cell(mainContentContainer, LV_GRID_ALIGN_STRETCH, 1, 1, 
LV_GRID_ALIGN_STRETCH, 1, 1);
-    lv_color_t color;
+    /*lv_color_t color;
     color.blue = 0;
     color.green = 100;
     color.red = 0;
-    lv_obj_set_style_bg_color(mainContentContainer, color, 0);
+    lv_obj_set_style_bg_color(mainContentContainer, color, 0);*/
 
     //Add "instructions" label and set style
     instructionLabel = lv_label_create(instructionsContainer);

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]