mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-07 06:02:41 -04:00
Refactor variable to be more usable
This commit is contained in:
parent
331b00d5d9
commit
4e4c991034
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue