Skip to content

Commit

Permalink
change to Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
CGQAQ committed Oct 30, 2020
1 parent 7875efe commit c4c62aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/pages/fictionreader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class _FictionReaderPageState extends State<FictionReaderPage> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text("Font size: "),
Text("字体大小: "),
Slider(
onChanged: (newVal) {
setState(() {
Expand All @@ -215,7 +215,7 @@ class _FictionReaderPageState extends State<FictionReaderPage> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text("Font familly: "),
Text("字体: "),
DropdownButton(
value: _fontFamily,
items: [
Expand Down Expand Up @@ -279,7 +279,7 @@ class _FictionReaderPageState extends State<FictionReaderPage> {
Row(
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text("Background: "),
Text("背景颜色: "),
OutlineButton(
color: Colors.white,
onPressed: () {
Expand Down

0 comments on commit c4c62aa

Please sign in to comment.