mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
We don't need HorizontalSpacer.qml.
This commit is contained in:
parent
562446e7b8
commit
cc367f7b49
2 changed files with 1 additions and 22 deletions
|
@ -11,7 +11,6 @@
|
|||
import Hifi 1.0
|
||||
import QtQuick 2.4
|
||||
import "controls"
|
||||
import "controls-uit" as HifiControls
|
||||
import "styles"
|
||||
import "windows"
|
||||
import "hifi"
|
||||
|
@ -71,20 +70,19 @@ Window {
|
|||
text: "Suggestions"
|
||||
}
|
||||
Row {
|
||||
spacing: hifi.layout.spacing;
|
||||
Card {
|
||||
id: s0;
|
||||
width: 200;
|
||||
height: 200;
|
||||
goFunction: goCard
|
||||
}
|
||||
HifiControls.HorizontalSpacer { }
|
||||
Card {
|
||||
id: s1;
|
||||
width: 200;
|
||||
height: 200;
|
||||
goFunction: goCard
|
||||
}
|
||||
HifiControls.HorizontalSpacer { }
|
||||
Card {
|
||||
id: s2;
|
||||
width: 200;
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
//
|
||||
// HorizontalSpacer.qml
|
||||
//
|
||||
// Created by Howard Stearns on 12 July 2016
|
||||
// Copyright 2016 High Fidelity, Inc.
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
import QtQuick 2.5
|
||||
|
||||
import "../styles-uit"
|
||||
|
||||
Item {
|
||||
HifiConstants { id: hifi }
|
||||
height: 1 // Must be non-zero
|
||||
width: hifi.dimensions.controlInterlineHeight
|
||||
}
|
Loading…
Reference in a new issue