mirror of https://github.com/buggins/dlangui.git
Fix STRING_GRID style for Dark theme - close #149
This commit is contained in:
parent
5e641270a4
commit
5da635b333
|
@ -203,6 +203,9 @@
|
|||
<style id="STATUS_LINE"
|
||||
backgroundColor="#101010"
|
||||
/>
|
||||
<style id="STRING_GRID"
|
||||
backgroundImageId="editbox_background_dark"
|
||||
/>
|
||||
<style id="DOCK_HOST"
|
||||
backgroundColor="#091925"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue