mirror of https://github.com/buggins/dlangui.git
theme fixes; caret blinking speed adjusted
This commit is contained in:
parent
e7f1e2201f
commit
3ce5afe42b
|
@ -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 |
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue