mirror of
https://github.com/foss42/apidash.git
synced 2025-12-04 20:13:56 +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
|
||||
? Icons.code_off_rounded
|
||||
: Icons.code_rounded,
|
||||
size: 18,
|
||||
),
|
||||
label: SizedBox(
|
||||
width: 75,
|
||||
width: 80,
|
||||
child: Text(
|
||||
widget.codePaneVisible
|
||||
? kLabelHideCode
|
||||
: kLabelViewCode,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
maxLines: 1,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user