mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
Refactor variable to be more usable
This commit is contained in:
parent
331b00d5d9
commit
4e4c991034
@ -4,7 +4,7 @@ import QtQuick.Controls 2.0
|
|||||||
Item
|
Item
|
||||||
{
|
{
|
||||||
id: button
|
id: button
|
||||||
property alias buttonText: innerText.text;
|
property alias text: innerText.text;
|
||||||
property alias buttonTextPixelSize: innerText.font.pixelSize
|
property alias buttonTextPixelSize: innerText.font.pixelSize
|
||||||
property alias innerAnchors: innerElements.anchors;
|
property alias innerAnchors: innerElements.anchors;
|
||||||
property alias rectangleButton: rectangleButton;
|
property alias rectangleButton: rectangleButton;
|
||||||
|
@ -113,7 +113,7 @@ Drawer
|
|||||||
|
|
||||||
ButtonText
|
ButtonText
|
||||||
{
|
{
|
||||||
buttonText: model.title
|
text: model.title
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: parent.height
|
height: parent.height
|
||||||
color: menuItem.styles.defaultColor
|
color: menuItem.styles.defaultColor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user