theme fixes; caret blinking speed adjusted

This commit is contained in:
Vadim Lopatin 2015-01-30 13:52:24 +03:00
parent e7f1e2201f
commit 3ce5afe42b
3 changed files with 2 additions and 2 deletions

View File

@ -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;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 247 B

After

Width:  |  Height:  |  Size: 252 B

View File

@ -304,7 +304,7 @@
backgroundImageId="toolbar_background"
layoutWidth="WRAP_CONTENT"
layoutHeight="WRAP_CONTENT"
margins="1,1,1,1"
margins="2,1,2,1"
/>
<style id="TOOLBAR_BUTTON"
backgroundImageId="toolbar_button_background"