mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-23 18:21:53 +02:00
Fixes a SettingsLog layout bug
This commit is contained in:
parent
0a3d75d197
commit
034f83bfb3
@ -106,7 +106,7 @@ Rectangle {
|
||||
appWindow.persistentSettings.logLevel = currentIndex;
|
||||
}
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: logGrid.width / 2
|
||||
Layout.preferredWidth: logGrid.width / 2
|
||||
shadowReleasedColor: "#FF4304"
|
||||
shadowPressedColor: "#B32D00"
|
||||
releasedColor: "#363636"
|
||||
@ -118,7 +118,7 @@ Rectangle {
|
||||
id: logCategories
|
||||
visible: persistentSettings.logLevel === 5
|
||||
Layout.fillWidth: true
|
||||
Layout.maximumWidth: logGrid.width / 2
|
||||
Layout.preferredWidth: logGrid.width / 2
|
||||
text: appWindow.persistentSettings.logCategories
|
||||
placeholderText: "(e.g. *:WARNING,net.p2p:DEBUG)"
|
||||
placeholderFontSize: 14 * scaleRatio
|
||||
|
Loading…
Reference in New Issue
Block a user