mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-24 02:30:33 +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;
|
appWindow.persistentSettings.logLevel = currentIndex;
|
||||||
}
|
}
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth: logGrid.width / 2
|
Layout.preferredWidth: logGrid.width / 2
|
||||||
shadowReleasedColor: "#FF4304"
|
shadowReleasedColor: "#FF4304"
|
||||||
shadowPressedColor: "#B32D00"
|
shadowPressedColor: "#B32D00"
|
||||||
releasedColor: "#363636"
|
releasedColor: "#363636"
|
||||||
@ -118,7 +118,7 @@ Rectangle {
|
|||||||
id: logCategories
|
id: logCategories
|
||||||
visible: persistentSettings.logLevel === 5
|
visible: persistentSettings.logLevel === 5
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.maximumWidth: logGrid.width / 2
|
Layout.preferredWidth: logGrid.width / 2
|
||||||
text: appWindow.persistentSettings.logCategories
|
text: appWindow.persistentSettings.logCategories
|
||||||
placeholderText: "(e.g. *:WARNING,net.p2p:DEBUG)"
|
placeholderText: "(e.g. *:WARNING,net.p2p:DEBUG)"
|
||||||
placeholderFontSize: 14 * scaleRatio
|
placeholderFontSize: 14 * scaleRatio
|
||||||
|
Loading…
Reference in New Issue
Block a user