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: Sat, 28 Dec 2024 11:40:52 +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 e3934bc  testing
e3934bc is described below

commit e3934bc1fdf172fc72f39ad577bb398b76a2355c
Author: Manuel Geissbühler <manuel@debian>
AuthorDate: Sat Dec 28 11:40:40 2024 +0100

    testing
---
 src/gui/screenWelcomme.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gui/screenWelcomme.hpp b/src/gui/screenWelcomme.hpp
index 5110f95..8e81bc7 100644
--- a/src/gui/screenWelcomme.hpp
+++ b/src/gui/screenWelcomme.hpp
@@ -29,6 +29,7 @@ private:
 
       //Add button "Start"
       startButton = lv_button_create(buttonsContainer);
+      lv_obj_add_style(startButton, &buttonDefaultStyle, 0);
       lv_obj_t *label = lv_label_create(startButton);
       lv_label_set_text(label, "Start");
       lv_obj_add_event_cb(startButton, startCallback, LV_EVENT_CLICKED, NULL);

-- 
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]