mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-07-07 21:27:57 +02:00
Configurable max height for node tags box, localizations for new UX strings
This commit is contained in:
@@ -236,7 +236,7 @@ class EditNodeSheet extends StatelessWidget {
|
||||
OutlinedButton.icon(
|
||||
onPressed: () => _openAdvancedEdit(context),
|
||||
icon: const Icon(Icons.open_in_new, size: 16),
|
||||
label: const Text('Use Advanced Editor'),
|
||||
label: Text(locService.t('actions.useAdvancedEditor')),
|
||||
style: OutlinedButton.styleFrom(
|
||||
minimumSize: const Size(0, 32),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user