From 947e1d12cff2b90edbe9b29e1aa269a02e2a529c Mon Sep 17 00:00:00 2001 From: balint1414 Date: Mon, 29 Sep 2025 21:43:59 +0200 Subject: [PATCH] =?UTF-8?q?Amennyiben=20nincs=20jegy=20a=20tant=C3=A1rgyb?= =?UTF-8?q?=C3=B3l,=20ismeretlen=20a=20tan=C3=A1r=20is,=20teh=C3=A1t=20azt?= =?UTF-8?q?=20a=20sz=C3=B6veget=20kicser=C3=A9ltem?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../lib/ui/phone/pages/home/home_grades_subject.dart | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/firka/lib/ui/phone/pages/home/home_grades_subject.dart b/firka/lib/ui/phone/pages/home/home_grades_subject.dart index 846fa97d..93584935 100644 --- a/firka/lib/ui/phone/pages/home/home_grades_subject.dart +++ b/firka/lib/ui/phone/pages/home/home_grades_subject.dart @@ -215,10 +215,15 @@ class _HomeGradesSubjectScreen extends FirkaState { .apply(color: appStyle.colors.textPrimary), ), ), - Text( - teacherName, + SizedBox( + width: MediaQuery.of(context).size.width / 1.45, + child: Text( + "Ebből a tantárgyból még nem kaptál jegyet, és további információnk sincs az óráról.", style: appStyle.fonts.B_14R - .apply(color: appStyle.colors.textPrimary), + .apply(color: appStyle.colors.textPrimary), + softWrap: true, + overflow: TextOverflow.visible, + ), ) ], ),