mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 18:05:55 +08:00
Update AboutDialog
CURA 8687
This commit is contained in:
parent
6b85423948
commit
8fc0fb2737
@ -1,11 +1,11 @@
|
||||
// Copyright (c) 2021 Ultimaker B.V.
|
||||
// Copyright (c) 2022 Ultimaker B.V.
|
||||
// Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
import QtQuick 2.2
|
||||
import QtQuick.Controls 2.9
|
||||
import QtQuick.Window 2.1
|
||||
|
||||
import UM 1.5 as UM
|
||||
import Cura 1.5 as Cura
|
||||
|
||||
UM.Dialog
|
||||
{
|
||||
@ -165,7 +165,7 @@ UM.Dialog
|
||||
}
|
||||
}
|
||||
|
||||
rightButtons: Button
|
||||
rightButtons: Cura.SecondaryButton
|
||||
{
|
||||
//: Close about dialog button
|
||||
id: closeButton
|
||||
|
Loading…
x
Reference in New Issue
Block a user