aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/controls/material/ToolButton.qml
Commit message (Collapse)AuthorAgeFilesLines
* Material: fix ToolButton sizeNikita Krupenko2016-01-141-2/+2
| | | | | | | | In accordance to Material design guidelines, touch target size should be at least 48x48. Change-Id: If630c06bc164c28e954dc90dcd3d160652133c3a Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Material: increase ToolBar sizeJ-P Nurmi2015-12-201-2/+2
| | | | | | | | 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>
* ToolButton: support highlighted modeJ-P Nurmi2015-12-171-3/+2
| | | | | | Change-Id: I8fb754080e204384e0215d60e819f9eaac204de7 Task-number: QTBUG-50018 Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>
* Specify baseline offsetsJ-P Nurmi2015-11-251-0/+1
| | | | | | Change-Id: I4845a7beac2edc0f0bcc1c810edd7d9e86f31c87 Task-number: QTBUG-49468 Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
* Add Material styleMitch Curtis2015-11-121-0/+77
Change-Id: I93662a53b42858a5b65154c5ede334182e738dde Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com>