diff --git a/src/dlangui/widgets/editors.d b/src/dlangui/widgets/editors.d index 29c4a72e..9383b6f3 100644 --- a/src/dlangui/widgets/editors.d +++ b/src/dlangui/widgets/editors.d @@ -614,7 +614,7 @@ class EditWidgetBase : ScrollWidgetBase, EditableContentListener, MenuItemAction abstract protected Point measureVisibleText(); - protected int _caretBlingingInterval = 1000; + protected int _caretBlingingInterval = 800; protected ulong _caretTimerId; protected bool _caretBlinkingPhase; protected long _lastBlinkStartTs; diff --git a/views/res/mdpi/toolbar_background.9.png b/views/res/mdpi/toolbar_background.9.png index 8b65deb3..c348ca45 100644 Binary files a/views/res/mdpi/toolbar_background.9.png and b/views/res/mdpi/toolbar_background.9.png differ diff --git a/views/res/theme_default.xml b/views/res/theme_default.xml index 95b4bba7..23311026 100644 --- a/views/res/theme_default.xml +++ b/views/res/theme_default.xml @@ -304,7 +304,7 @@ backgroundImageId="toolbar_background" layoutWidth="WRAP_CONTENT" layoutHeight="WRAP_CONTENT" - margins="1,1,1,1" + margins="2,1,2,1" />