aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/ToolBar.qml
Commit message (Collapse)AuthorAgeFilesLines
* Containers: use the implicit size of the contentItemJ-P Nurmi2016-01-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The result of: Frame { ColumnLayout { RadioButton { text: "First" } RadioButton { text: "Second" } RadioButton { text: "Third" } } } is now identical to: Frame { contentItem: ColumnLayout { RadioButton { text: "First" } RadioButton { text: "Second" } RadioButton { text: "Third" } } } Change-Id: I823b2259dabb66db0dddef41ea396f7ac1000a82 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Material: make ToolBar to use the primary colorJ-P Nurmi2016-01-201-1/+1
| | | | | | | Change-Id: Ie9035ea4d5e1cdf5807b73b92115d886691e8fa7 Task-number: QTBUG-50330 Reviewed-by: Nikita Krupenko <krnekit@gmail.com> Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Material: fix ToolBar heightNikita Krupenko2016-01-141-1/+1
| | | | | | | By Material design guidelines, minimum height for toolbar is 48. Change-Id: I5ba7c0282361897c218cb62a6c7af81b399f2613 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Material ToolBar backgroundJ-P Nurmi2015-12-251-2/+10
| | | | | | Change-Id: I214c646de05b95d04a1b759820b93d02006c9206 Task-number: QTBUG-50025 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Material: increase ToolBar sizeJ-P Nurmi2015-12-201-1/+1
| | | | | | | | Android has 46dp in portrait, 40dp in landscape. We had 26, which felt very small. Increase to 40 and see if it feels better. Change-Id: Iaf3152e3688e3288712f78247a1396c83ae42f89 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Add Material styleMitch Curtis2015-11-121-0/+52
Change-Id: I93662a53b42858a5b65154c5ede334182e738dde Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>