mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-13 11:17:25 -04:00
Merge pull request #2391
4905341TitleBar: add close wallet button (selsta)c87ebf1TitleBar: slightly reduce size of moon icon (selsta)
This commit is contained in:
5
main.qml
5
main.qml
@@ -1579,7 +1579,6 @@ ApplicationWindow {
|
||||
name: "normal"
|
||||
PropertyChanges { target: leftPanel; visible: true }
|
||||
PropertyChanges { target: middlePanel; visible: true }
|
||||
PropertyChanges { target: titleBar; basicButtonVisible: true }
|
||||
PropertyChanges { target: wizard; visible: false }
|
||||
PropertyChanges { target: resizeArea; visible: true }
|
||||
PropertyChanges { target: titleBar; state: "default" }
|
||||
@@ -1738,11 +1737,9 @@ ApplicationWindow {
|
||||
anchors.right: parent.right
|
||||
onCloseClicked: appWindow.close();
|
||||
onLanguageClicked: appWindow.toggleLanguageView();
|
||||
onCloseWalletClicked: appWindow.showWizard();
|
||||
onMaximizeClicked: appWindow.visibility = appWindow.visibility !== Window.Maximized ? Window.Maximized : Window.Windowed
|
||||
onMinimizeClicked: appWindow.visibility = Window.Minimized
|
||||
onGoToBasicVersion: {
|
||||
//nop
|
||||
}
|
||||
}
|
||||
|
||||
MoneroMerchant.MerchantTitlebar {
|
||||
|
||||
Reference in New Issue
Block a user