mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-25 03:41:08 -07:00
Initial theme rework:
* Move buttons around * Resizing * Colors * Splash screen
This commit is contained in:
parent
840bf5d504
commit
1ba1009b60
6 changed files with 32 additions and 31 deletions
|
|
@ -330,8 +330,7 @@ UM.MainWindow
|
|||
//anchors.bottom: parent.bottom
|
||||
anchors.top: viewModeButton.bottom
|
||||
anchors.topMargin: UM.Theme.sizes.default_margin.height;
|
||||
anchors.right: sidebar.left;
|
||||
anchors.rightMargin: UM.Theme.sizes.window_margin.width;
|
||||
anchors.left: viewModeButton.left;
|
||||
//anchors.bottom: buttons.top;
|
||||
//anchors.bottomMargin: UM.Theme.sizes.default_margin.height;
|
||||
|
||||
|
|
@ -386,8 +385,8 @@ UM.MainWindow
|
|||
anchors
|
||||
{
|
||||
top: parent.top;
|
||||
right: sidebar.left;
|
||||
rightMargin: UM.Theme.sizes.window_margin.width;
|
||||
left: toolbar.right;
|
||||
leftMargin: UM.Theme.sizes.window_margin.width;
|
||||
}
|
||||
text: catalog.i18nc("@action:button","View Mode");
|
||||
iconSource: UM.Theme.icons.viewmode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue