mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 17:06:02 +08:00
Tweak ViewMode button icon and dropdown arrow
This commit is contained in:
parent
2477617155
commit
16bbcac4f8
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 1.1 KiB |
@ -163,8 +163,9 @@ QtObject {
|
||||
id: tool_button_arrow
|
||||
opacity: !control.enabled ? 0.2 : 1.0
|
||||
anchors.right: parent.right;
|
||||
anchors.rightMargin: (UM.Theme.sizes.button.width - UM.Theme.sizes.button_icon.width - tool_button_arrow.width) / 2
|
||||
anchors.verticalCenter: parent.verticalCenter;
|
||||
anchors.rightMargin: (UM.Theme.sizes.button.width - UM.Theme.sizes.button_icon.width) / 4
|
||||
anchors.bottom: parent.bottom;
|
||||
anchors.bottomMargin: (UM.Theme.sizes.button.height - UM.Theme.sizes.button_icon.height) / 4
|
||||
text: "▼";
|
||||
font: UM.Theme.fonts.small;
|
||||
visible: control.menu != null;
|
||||
|
@ -105,12 +105,12 @@
|
||||
"scrollbar_handle_hover": [174, 174, 174, 255],
|
||||
"scrollbar_handle_down": [12, 159, 227, 255],
|
||||
|
||||
"setting_category": [238, 238, 238, 255],
|
||||
"setting_category_disabled": [238, 238, 238, 255],
|
||||
"setting_category_hover": [231, 231, 231, 255],
|
||||
"setting_category": [255, 255, 255, 255],
|
||||
"setting_category_disabled": [255, 255, 255, 255],
|
||||
"setting_category_hover": [245, 245, 245, 255],
|
||||
"setting_category_active": [240, 248, 255, 255],
|
||||
"setting_category_active_hover": [233, 244, 245, 255],
|
||||
"setting_category_text": [35, 35, 35, 255],
|
||||
"setting_category_text": [24, 41, 77, 255],
|
||||
|
||||
"setting_control": [255, 255, 255, 255],
|
||||
"setting_control_highlight": [245, 245, 245, 255],
|
||||
|
Loading…
x
Reference in New Issue
Block a user