mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00:00
partially fix issue #2747: text selectable, more top margin of buttons
on dialog
This commit is contained in:
@@ -707,7 +707,8 @@ void msgBox(String id, String type, String title, String text, String link,
|
||||
dialogManager.show(
|
||||
(setState, close) => CustomAlertDialog(
|
||||
title: null,
|
||||
content: msgboxContent(type, title, text),
|
||||
content: SelectionArea(
|
||||
child: msgboxContent(type, title, text).paddingOnly(bottom: 10)),
|
||||
actions: buttons,
|
||||
onSubmit: hasOk ? submit : null,
|
||||
onCancel: hasCancel == true ? cancel : null,
|
||||
|
||||
Reference in New Issue
Block a user