Cura/resources/qml/Menus/ConfigurationMenu
Ghostkeeper a720cca5b6
Fix background colour for dark theme
The default colour for Rectangle is white. So this Rectangle, not defining a colour, became white. Instead we should use an Item, which cannot have a background colour and thus becomes transparent, making the background colour the same as the button below, which was intended. It's also slightly faster to render.

Contributes to issue CURA-6033.
2018-12-21 16:40:24 +01:00
..
AutoConfiguration.qml Fix some alignments 2018-12-12 11:17:44 +01:00
ConfigurationItem.qml Fix background colour for dark theme 2018-12-21 16:40:24 +01:00
ConfigurationListView.qml Apply suggestions from code review 2018-12-13 14:36:58 +01:00
ConfigurationMenu.qml Merge branch '4.0' into CURA-6011_connection_types 2018-12-17 15:44:02 +01:00
CustomConfiguration.qml Adjust size and margins of the icon in the action button 2018-12-11 17:00:02 +01:00
PrintCoreConfiguration.qml Fix hiding materials if material is empty 2018-12-07 15:31:12 +01:00