mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-09 20:28:21 +02:00
Make expand/collapse icon larger
This commit is contained in:
parent
4189f46156
commit
382b05e00b
3 changed files with 6 additions and 6 deletions
|
@ -399,11 +399,11 @@ input[type=checkbox]:checked + label:hover {
|
||||||
|
|
||||||
.section-header span {
|
.section-header span {
|
||||||
font-family: HiFi-Glyphs;
|
font-family: HiFi-Glyphs;
|
||||||
font-size: 20px;
|
font-size: 30px;
|
||||||
float: right;
|
float: right;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 9px;
|
top: 4px;
|
||||||
right: 12px;
|
right: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-group[collapsed="true"] ~ .text-group,
|
.text-group[collapsed="true"] ~ .text-group,
|
||||||
|
|
|
@ -97,11 +97,11 @@ Column {
|
||||||
|
|
||||||
HiFiGlyphs {
|
HiFiGlyphs {
|
||||||
anchors {
|
anchors {
|
||||||
verticalCenter: title.verticalCenter
|
top: title.top
|
||||||
|
topMargin: -9
|
||||||
right: parent.right
|
right: parent.right
|
||||||
rightMargin: -4
|
rightMargin: -4
|
||||||
}
|
}
|
||||||
y: -2
|
|
||||||
size: hifi.fontSizes.disclosureButton
|
size: hifi.fontSizes.disclosureButton
|
||||||
text: isCollapsed ? hifi.glyphs.disclosureButtonExpand : hifi.glyphs.disclosureButtonCollapse
|
text: isCollapsed ? hifi.glyphs.disclosureButtonExpand : hifi.glyphs.disclosureButtonCollapse
|
||||||
color: hifi.colors.lightGrayText
|
color: hifi.colors.lightGrayText
|
||||||
|
|
|
@ -168,7 +168,7 @@ Item {
|
||||||
readonly property real menuItem: dimensions.largeScreen ? 15 : 11
|
readonly property real menuItem: dimensions.largeScreen ? 15 : 11
|
||||||
readonly property real shortcutText: dimensions.largeScreen ? 13 : 9
|
readonly property real shortcutText: dimensions.largeScreen ? 13 : 9
|
||||||
readonly property real carat: dimensions.largeScreen ? 38 : 30
|
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 {
|
Item {
|
||||||
|
|
Loading…
Reference in a new issue