Adjust UI

pull/11/head
cutefishd 5 years ago
parent 4629c3a1a3
commit 0ab3bc6462

@ -101,6 +101,7 @@ Dialog {
RowLayout {
id: footerLayout
spacing: FishUI.Theme.hugeRadius / 2
Button {
id: cancelButton

@ -9,7 +9,7 @@ Item {
height: 150
property int value: 0
property int radius: height * 0.15
property int radius: height * 0.2
property bool enableAnimation: false
Rectangle {

@ -117,26 +117,6 @@ ItemPage {
}
}
//HorizontalDivider {}
//GridLayout {
//columns: 2
//Label {
//text: qsTr("Rounded window")
//Layout.fillWidth: true
//}
//Switch {
//Layout.fillHeight: true
//checked: appearance.dockRoundedWindow
//onCheckedChanged: {
//appearance.setDockRoundedWindow(checked)
//}
//}
//}
Item {
Layout.fillHeight: true
}

@ -13,6 +13,6 @@ Item {
height: 1
width: control.width
color: FishUI.Theme.disabledTextColor
opacity: FishUI.Theme.darkMode ? 0.3 : 0.2
opacity: FishUI.Theme.darkMode ? 0.3 : 0.15
}
}

@ -105,6 +105,7 @@ ItemPage {
Rectangle {
anchors.fill: parent
anchors.margins: FishUI.Units.smallSpacing
color: "transparent"
radius: FishUI.Theme.bigRadius + FishUI.Units.smallSpacing / 2

@ -151,6 +151,7 @@ Dialog {
RowLayout {
id: footerLayout
spacing: FishUI.Theme.hugeRadius / 2
Button {
text: qsTr("Close")
@ -161,6 +162,7 @@ Dialog {
Button {
text: qsTr("Forget this network")
Layout.fillWidth: true
flat: true
onClicked: {
networking.removeConnection(model.connectionPath)
}

Loading…
Cancel
Save