diff options
| author | ibruton <[email protected]> | 2016-03-24 20:27:49 -0500 |
|---|---|---|
| committer | ibruton <[email protected]> | 2016-03-24 20:27:49 -0500 |
| commit | 9f1bd46cd186fe1b44b214e65c49151edbc04f6f (patch) | |
| tree | a559529bc6345a94cd7a12266d403a92a7c04eb8 /resource/ui/quickplaydialog.res | |
| parent | 0b6f378a74908a97db5708c4baeba11ca9893dfd (diff) | |
Fixed quickplay dialog getting cut off in 4x3
Diffstat (limited to 'resource/ui/quickplaydialog.res')
| -rw-r--r-- | resource/ui/quickplaydialog.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index 66fb291..e7f027c 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -23,7 +23,7 @@ { "ControlName" "EditablePanel" "fieldName" "Container" - "xpos" "300" + "xpos" "c-200" "ypos" "c-190" "wide" "400" "tall" "400" @@ -49,7 +49,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "bgcolor_override" "25 25 25 230" + "bgcolor_override" "25 25 25 255" } "TitleLabel" |
