mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04: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
|
||||
{
|
||||
id: button
|
||||
property alias buttonText: innerText.text;
|
||||
property alias text: innerText.text;
|
||||
property alias buttonTextPixelSize: innerText.font.pixelSize
|
||||
property alias innerAnchors: innerElements.anchors;
|
||||
property alias rectangleButton: rectangleButton;
|
||||
|
@ -113,7 +113,7 @@ Drawer
|
||||
|
||||
ButtonText
|
||||
{
|
||||
buttonText: model.title
|
||||
text: model.title
|
||||
width: parent.width
|
||||
height: parent.height
|
||||
color: menuItem.styles.defaultColor
|
||||
|
Loading…
Reference in New Issue
Block a user