|
|
@ -162,11 +162,6 @@ Item { |
|
|
|
spacing: 0 |
|
|
|
Rectangle |
|
|
|
{ |
|
|
|
SourceSansProLight |
|
|
|
{ |
|
|
|
id: regularFont |
|
|
|
} |
|
|
|
|
|
|
|
anchors.leftMargin: 4 |
|
|
|
color: WebPreviewStyle.general.headerBackgroundColor |
|
|
|
Layout.preferredWidth: parent.width |
|
|
@ -188,9 +183,7 @@ Item { |
|
|
|
currentIndex: -1 |
|
|
|
onCurrentIndexChanged: changePage() |
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
style: ComboBoxStyle { |
|
|
|
font: regularFont.name |
|
|
|
} |
|
|
|
height: 21 |
|
|
|
} |
|
|
|
|
|
|
|
Action { |
|
|
@ -205,12 +198,13 @@ Item { |
|
|
|
iconSource: "qrc:/qml/img/available_updates.png" |
|
|
|
action: buttonReloadAction |
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
width: 26 |
|
|
|
height: 26 |
|
|
|
width: 21 |
|
|
|
height: 21 |
|
|
|
} |
|
|
|
CheckBox { |
|
|
|
id: autoReloadOnSave |
|
|
|
checked: true |
|
|
|
height: 21 |
|
|
|
anchors.verticalCenter: parent.verticalCenter |
|
|
|
style: CheckBoxStyle { |
|
|
|
label: DefaultLabel { |
|
|
|