Added several ids to be used in integration tests:

-Marketplace, printer pref, add/manage printer from main mnu, print settings
This commit is contained in:
Satish 2019-05-03 09:35:17 +02:00
parent d4b17735ad
commit 18630fa2f1
4 changed files with 8 additions and 0 deletions

View file

@ -157,6 +157,7 @@ Cura.ExpandablePopup
Cura.SecondaryButton
{
id: addPrinterButton
leftPadding: UM.Theme.getSize("default_margin").width
rightPadding: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@button", "Add printer")
@ -172,6 +173,7 @@ Cura.ExpandablePopup
Cura.SecondaryButton
{
id: managePrinterButton
leftPadding: UM.Theme.getSize("default_margin").width
rightPadding: UM.Theme.getSize("default_margin").width
text: catalog.i18nc("@button", "Manage printers")