forked from firka/student-legacy
changed timetable navigator padding
This commit is contained in:
parent
25234801df
commit
67dbe64683
@ -704,7 +704,7 @@ class TimetablePageState extends State<TimetablePage>
|
||||
const Color(0x00000000)),
|
||||
// Tabs
|
||||
padding: const EdgeInsets.symmetric(
|
||||
vertical: 6.0, horizontal: 38.0),
|
||||
vertical: 6.0, horizontal: 24.0),
|
||||
tabs: List.generate(_tabController.length, (index) {
|
||||
String label = DateFormat("EEEE",
|
||||
I18n.of(context).locale.languageCode)
|
||||
|
Loading…
x
Reference in New Issue
Block a user