mirror of
https://github.com/foss42/apidash.git
synced 2025-12-05 12:34:26 +08:00
Merge pull request #725 from WannaCry016/patch-2
Made slight improvement in the Desktop UI
This commit is contained in:
@@ -63,13 +63,16 @@ class _RequestPaneState extends State<RequestPane>
|
|||||||
widget.codePaneVisible
|
widget.codePaneVisible
|
||||||
? Icons.code_off_rounded
|
? Icons.code_off_rounded
|
||||||
: Icons.code_rounded,
|
: Icons.code_rounded,
|
||||||
|
size: 18,
|
||||||
),
|
),
|
||||||
label: SizedBox(
|
label: SizedBox(
|
||||||
width: 75,
|
width: 80,
|
||||||
child: Text(
|
child: Text(
|
||||||
widget.codePaneVisible
|
widget.codePaneVisible
|
||||||
? kLabelHideCode
|
? kLabelHideCode
|
||||||
: kLabelViewCode,
|
: kLabelViewCode,
|
||||||
|
overflow: TextOverflow.ellipsis,
|
||||||
|
maxLines: 1,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user