mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 04:57:23 +00:00
improve text
This commit is contained in:
@@ -252,16 +252,16 @@ class _ImagePageState extends State<ImagePage> with WindowListener {
|
||||
child: width > 600
|
||||
? Button(
|
||||
onPressed: showMenu,
|
||||
child: const Row(
|
||||
child: Row(
|
||||
children: [
|
||||
Icon(
|
||||
const Icon(
|
||||
MdIcons.menu,
|
||||
size: 18,
|
||||
),
|
||||
SizedBox(
|
||||
const SizedBox(
|
||||
width: 8,
|
||||
),
|
||||
Text('Actions'),
|
||||
Text('Actions'.tl),
|
||||
],
|
||||
))
|
||||
: IconButton(
|
||||
|
@@ -152,7 +152,9 @@ class _MainPageState extends State<MainPage> with WindowListener {
|
||||
),
|
||||
PaneItemSeparator(),
|
||||
PaneItemHeader(
|
||||
header: Text("Artwork".tl).paddingBottom(4).paddingLeft(8)),
|
||||
header: Text('${"Artwork".tl}/${"Manga".tl}')
|
||||
.paddingBottom(4)
|
||||
.paddingLeft(8)),
|
||||
PaneItem(
|
||||
icon: const Icon(
|
||||
MdIcons.explore_outlined,
|
||||
@@ -215,10 +217,10 @@ class _MainPageState extends State<MainPage> with WindowListener {
|
||||
context: context,
|
||||
removeTop: true,
|
||||
child: Navigator(
|
||||
key: navigatorKey,
|
||||
onGenerateRoute: (settings) => AppPageRoute(
|
||||
builder: (context) => const RecommendationPage()),
|
||||
),
|
||||
key: navigatorKey,
|
||||
onGenerateRoute: (settings) => AppPageRoute(
|
||||
builder: (context) => const RecommendationPage()),
|
||||
),
|
||||
))),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user