Make expand/collapse icon larger

This commit is contained in:
David Rowe 2016-03-31 13:13:13 +13:00
parent 4189f46156
commit 382b05e00b
3 changed files with 6 additions and 6 deletions

View file

@ -399,11 +399,11 @@ input[type=checkbox]:checked + label:hover {
.section-header span {
font-family: HiFi-Glyphs;
font-size: 20px;
font-size: 30px;
float: right;
position: absolute;
top: 9px;
right: 12px;
top: 4px;
right: 6px;
}
.text-group[collapsed="true"] ~ .text-group,

View file

@ -97,11 +97,11 @@ Column {
HiFiGlyphs {
anchors {
verticalCenter: title.verticalCenter
top: title.top
topMargin: -9
right: parent.right
rightMargin: -4
}
y: -2
size: hifi.fontSizes.disclosureButton
text: isCollapsed ? hifi.glyphs.disclosureButtonExpand : hifi.glyphs.disclosureButtonCollapse
color: hifi.colors.lightGrayText

View file

@ -168,7 +168,7 @@ Item {
readonly property real menuItem: dimensions.largeScreen ? 15 : 11
readonly property real shortcutText: dimensions.largeScreen ? 13 : 9
readonly property real carat: dimensions.largeScreen ? 38 : 30
readonly property real disclosureButton: dimensions.largeScreen ? 20 : 15
readonly property real disclosureButton: dimensions.largeScreen ? 30 : 22
}
Item {