mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Merge master
This commit is contained in:
commit
0bc8a67a37
49 changed files with 3016 additions and 3035 deletions
|
@ -13,6 +13,13 @@ Item
|
|||
width: UM.Theme.getSize("objects_menu_size").width
|
||||
property bool opened: UM.Preferences.getValue("cura/show_list_of_objects")
|
||||
|
||||
// Eat up all the mouse events (we don't want the scene to react or have the scene context menu showing up)
|
||||
MouseArea
|
||||
{
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.AllButtons
|
||||
}
|
||||
|
||||
Button
|
||||
{
|
||||
id: openCloseButton
|
||||
|
|
|
@ -158,7 +158,7 @@ UM.PreferencesPage
|
|||
append({ text: "日本語", code: "ja_JP" })
|
||||
append({ text: "한국어", code: "ko_KR" })
|
||||
append({ text: "Nederlands", code: "nl_NL" })
|
||||
append({ text: "Polski", code: "pl_PL" })
|
||||
//Polish is disabled for being incomplete: append({ text: "Polski", code: "pl_PL" })
|
||||
append({ text: "Português do Brasil", code: "pt_BR" })
|
||||
append({ text: "Português", code: "pt_PT" })
|
||||
append({ text: "Русский", code: "ru_RU" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue