mirror of https://github.com/buggins/dlangui.git
Added FILE_DIALOG_GRID along with backgroundImageId to theme. Else editbox_background_dark is not loaded, when dark theme is used.
This commit is contained in:
parent
3bfcc1e253
commit
02532a949d
|
@ -235,6 +235,9 @@
|
||||||
<style id="STRING_GRID"
|
<style id="STRING_GRID"
|
||||||
backgroundImageId="editbox_background_dark"
|
backgroundImageId="editbox_background_dark"
|
||||||
/>
|
/>
|
||||||
|
<style id="FILE_DIALOG_GRID"
|
||||||
|
backgroundImageId="editbox_background_dark"
|
||||||
|
/>
|
||||||
<style id="DOCK_HOST"
|
<style id="DOCK_HOST"
|
||||||
backgroundColor="#515658"
|
backgroundColor="#515658"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue