Merge pull request #725 from WannaCry016/patch-2

Made slight improvement in the Desktop UI
This commit is contained in:
Ankit Mahato
2025-03-29 20:41:31 +05:30
committed by GitHub

View File

@@ -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,
),
),
),