We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdcce96 commit 0002a91Copy full SHA for 0002a91
src/Profiles.ahk
@@ -208,7 +208,7 @@ ProfileManage(*) {
208
ProfilesGui.OnEvent("Escape", hideOwnedGui)
209
ProfilesGui.OnEvent("Close", hideOwnedGui)
210
211
- ProfilesGui.AddListView("w150 r10 vProfileList -Hdr -Multi +Sort", ["Profile Name"])
+ ProfilesGui.AddListView("w150 h162 vProfileList -Hdr -Multi +Sort", ["Profile Name"])
212
.OnEvent("ItemSelect", ProfileListSelectionChanged)
213
ProfilesGui.AddButton("yp w100 vDeleteButton Disabled", "&Delete")
214
.OnEvent("Click", ProfileDelete)
0 commit comments