Initial theme rework:

* Move buttons around
* Resizing
* Colors
* Splash screen
This commit is contained in:
fieldOfView 2015-11-11 13:11:01 +01:00
parent 840bf5d504
commit 1ba1009b60
6 changed files with 32 additions and 31 deletions

View file

@ -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;