mirror of https://github.com/buggins/dlangui.git
Merge pull request #523 from Doado/removed-typo-filedlg-log
Fix FILE_DIALOG_GRID in dark theme, removed typo filedlg log
This commit is contained in:
commit
e85f21ec3d
|
@ -565,7 +565,7 @@ class FileDialog : Dialog, CustomGridCellAdapter {
|
|||
return true;
|
||||
};
|
||||
res.focusable = true;
|
||||
debug Log.d("root lisk styleId=", res.styleId);
|
||||
debug Log.d("root list styleId=", res.styleId);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
@ -235,6 +235,9 @@
|
|||
<style id="STRING_GRID"
|
||||
backgroundImageId="editbox_background_dark"
|
||||
/>
|
||||
<style id="FILE_DIALOG_GRID"
|
||||
backgroundImageId="editbox_background_dark"
|
||||
/>
|
||||
<style id="DOCK_HOST"
|
||||
backgroundColor="#515658"
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue