Skip to content

Commit 986c78e

Browse files
committed
fit UI & tag v0.1.6
1 parent 9daae2b commit 986c78e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/setting_page.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ class _SettingPage extends State<SettingPage> {
198198
children: [
199199
ElevatedButton.icon(
200200
style: ElevatedButton.styleFrom(
201-
fixedSize: Size.fromWidth(mediaQuery.size.width * 0.4),
201+
fixedSize: Size(mediaQuery.size.width * 0.4, mediaQuery.size.height * 0.06),
202202
shape: RoundedRectangleBorder(borderRadius: BorderRadius.horizontal(left: Radius.circular(25.0)))
203203
),
204204
onPressed: () {
@@ -209,7 +209,7 @@ class _SettingPage extends State<SettingPage> {
209209
),
210210
ElevatedButton.icon(
211211
style: ElevatedButton.styleFrom(
212-
fixedSize: Size.fromWidth(mediaQuery.size.width * 0.4),
212+
fixedSize: Size(mediaQuery.size.width * 0.4, mediaQuery.size.height * 0.06),
213213
shape: RoundedRectangleBorder(borderRadius: BorderRadius.horizontal(right: Radius.circular(25.0)))
214214
),
215215
onPressed: () async {

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1616
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1717
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
19-
version: 0.1.5+1
19+
version: 0.1.6+1
2020

2121
environment:
2222
sdk: ^3.9.2

0 commit comments

Comments
 (0)