Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Größe Widget / Farbe für verbleibende Tage #4

Open
DUiSBURGO opened this issue Sep 28, 2023 · 1 comment
Open

Größe Widget / Farbe für verbleibende Tage #4

DUiSBURGO opened this issue Sep 28, 2023 · 1 comment

Comments

@DUiSBURGO
Copy link

Hallo,
Wie kann ich die Farbe ändern von Anzahl Tage?
& ich lasse mir nur 2 Geburtstage anzeigen aber kann leider nicht das kleine Widget benutzen nur das große. Wie bekomme ich das hin?

@lwitzani
Copy link
Owner

lwitzani commented Oct 5, 2023

Hi,
für andere Farben musst du selbst den Code anpassen. Zeile 196 ist
daysInfoText.textColor = fontColorGrey;
da kannst du mal ein wenig rumspielen.

Es gibt das kleine Widget das 1/4 an Platz benötigt, dann gibt es das mittlere das 2/4 an Platz beötigt und das große das 4/4 an Platz benötigt. Welches meinst du mit "klein"?

Du kannst probieren Zeile 162 und 165 so auszukommentieren

      //  if (contactCounter % 2 === 0) {
            // start a new row
            currentRow = widget.addStack();
     //   }

das sollte bewirken dass alle Namen untereinander aufgelistet werden (nicht mehr in zwei Spalten)
und bei der Widgetgrößenauswahl nimmst dann eben ein kleineres

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants