mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:58:07 +02:00
Tightened up margins for the tablet.
This commit is contained in:
parent
a209d0372a
commit
7cc3079328
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ Rectangle {
|
||||||
// Properties
|
// Properties
|
||||||
property int myCardHeight: 90
|
property int myCardHeight: 90
|
||||||
property int rowHeight: 70
|
property int rowHeight: 70
|
||||||
property int actionButtonWidth: 75
|
property int actionButtonWidth: 55
|
||||||
property int nameCardWidth: palContainer.width - actionButtonWidth*(iAmAdmin ? 4 : 2) - 4 - hifi.dimensions.scrollbarBackgroundWidth
|
property int nameCardWidth: palContainer.width - actionButtonWidth*(iAmAdmin ? 4 : 2) - 4 - hifi.dimensions.scrollbarBackgroundWidth
|
||||||
property var myData: ({displayName: "", userName: "", audioLevel: 0.0, admin: true}) // valid dummy until set
|
property var myData: ({displayName: "", userName: "", audioLevel: 0.0, admin: true}) // valid dummy until set
|
||||||
property var ignored: ({}); // Keep a local list of ignored avatars & their data. Necessary because HashMap is slow to respond after ignoring.
|
property var ignored: ({}); // Keep a local list of ignored avatars & their data. Necessary because HashMap is slow to respond after ignoring.
|
||||||
|
@ -58,8 +58,8 @@ Rectangle {
|
||||||
property bool punctuationMode: false
|
property bool punctuationMode: false
|
||||||
id: palContainer
|
id: palContainer
|
||||||
// Size
|
// Size
|
||||||
width: pal.width - 50
|
width: pal.width - 10
|
||||||
height: pal.height - 50
|
height: pal.height - 10
|
||||||
// Style
|
// Style
|
||||||
color: pal.color
|
color: pal.color
|
||||||
// Anchors
|
// Anchors
|
||||||
|
@ -401,7 +401,7 @@ Rectangle {
|
||||||
width: 20
|
width: 20
|
||||||
height: 28
|
height: 28
|
||||||
anchors.right: adminTab.right
|
anchors.right: adminTab.right
|
||||||
anchors.rightMargin: 31 + hifi.dimensions.scrollbarBackgroundWidth
|
anchors.rightMargin: 10 + hifi.dimensions.scrollbarBackgroundWidth
|
||||||
anchors.top: adminTab.top
|
anchors.top: adminTab.top
|
||||||
anchors.topMargin: 2
|
anchors.topMargin: 2
|
||||||
RalewayRegular {
|
RalewayRegular {
|
||||||
|
|
Loading…
Reference in a new issue