mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
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:
parent
d4b17735ad
commit
18630fa2f1
4 changed files with 8 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue