mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 04:19:03 +08:00
Swap RadioButton for styled Cura.RadioButton
CURA-8688
This commit is contained in:
parent
6f27199bb9
commit
111c095f32
@ -894,7 +894,7 @@ UM.PreferencesPage
|
|||||||
text: catalog.i18nc("@info:tooltip", "When checking for updates, only check for stable releases.")
|
text: catalog.i18nc("@info:tooltip", "When checking for updates, only check for stable releases.")
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
RadioButton
|
Cura.RadioButton
|
||||||
{
|
{
|
||||||
id: checkUpdatesOptionStable
|
id: checkUpdatesOptionStable
|
||||||
text: catalog.i18nc("@option:radio", "Stable releases only")
|
text: catalog.i18nc("@option:radio", "Stable releases only")
|
||||||
@ -910,7 +910,7 @@ UM.PreferencesPage
|
|||||||
text: catalog.i18nc("@info:tooltip", "When checking for updates, check for both stable and for beta releases.")
|
text: catalog.i18nc("@info:tooltip", "When checking for updates, check for both stable and for beta releases.")
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
anchors.leftMargin: UM.Theme.getSize("default_margin").width
|
||||||
RadioButton
|
Cura.RadioButton
|
||||||
{
|
{
|
||||||
id: checkUpdatesOptionBeta
|
id: checkUpdatesOptionBeta
|
||||||
text: catalog.i18nc("@option:radio", "Stable and Beta releases")
|
text: catalog.i18nc("@option:radio", "Stable and Beta releases")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user