mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06:00
Rearrange Toolbar
Start unifying button tooltips
This commit is contained in:
parent
47c53860fd
commit
1d27822970
4 changed files with 30 additions and 58 deletions
|
@ -387,6 +387,7 @@ UM.MainWindow
|
|||
source: UM.Theme.images.logo;
|
||||
width: UM.Theme.sizes.logo.width;
|
||||
height: UM.Theme.sizes.logo.height;
|
||||
z: -1;
|
||||
|
||||
sourceSize.width: width;
|
||||
sourceSize.height: height;
|
||||
|
@ -395,11 +396,10 @@ UM.MainWindow
|
|||
Button
|
||||
{
|
||||
id: viewModeButton
|
||||
property bool verticalTooltip: true
|
||||
|
||||
anchors
|
||||
{
|
||||
top: openFileButton.bottom;
|
||||
top: toolbar.bottom;
|
||||
topMargin: UM.Theme.sizes.window_margin.height;
|
||||
left: parent.left;
|
||||
}
|
||||
|
@ -441,12 +441,9 @@ UM.MainWindow
|
|||
id: toolbar;
|
||||
|
||||
anchors {
|
||||
left: openFileButton.right
|
||||
leftMargin: UM.Theme.sizes.window_margin.width
|
||||
top: parent.top
|
||||
//horizontalCenter: parent.horizontalCenter
|
||||
//horizontalCenterOffset: -(UM.Theme.sizes.sidebar.width / 2)
|
||||
//top: parent.top;
|
||||
top: openFileButton.bottom;
|
||||
topMargin: UM.Theme.sizes.window_margin.height;
|
||||
left: parent.left;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue