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:
Vadim Lopatin 2017-11-30 11:40:51 +03:00 committed by GitHub
commit e85f21ec3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -565,7 +565,7 @@ class FileDialog : Dialog, CustomGridCellAdapter {
return true; return true;
}; };
res.focusable = true; res.focusable = true;
debug Log.d("root lisk styleId=", res.styleId); debug Log.d("root list styleId=", res.styleId);
return res; return res;
} }

View File

@ -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"
/> />