From 352067eb48a604e72eb6137e3486a6cedfe3a264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 28 Jun 2014 13:09:19 +0200 Subject: [PATCH] consistent size for all install panels --- mods/ra/chrome/install.yaml | 2 +- mods/ra/chrome/musicplayer.yaml | 2 +- mods/ts/chrome/install.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mods/ra/chrome/install.yaml b/mods/ra/chrome/install.yaml index 0eb2e30166..9a4d0aa32e 100644 --- a/mods/ra/chrome/install.yaml +++ b/mods/ra/chrome/install.yaml @@ -2,7 +2,7 @@ Background@INSTALL_PANEL: Logic: InstallLogic X: (WINDOW_RIGHT - WIDTH)/2 Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 510 + Width: 500 Height: 160 Children: Label@TITLE: diff --git a/mods/ra/chrome/musicplayer.yaml b/mods/ra/chrome/musicplayer.yaml index 50f0826a4d..5189cdc0f8 100644 --- a/mods/ra/chrome/musicplayer.yaml +++ b/mods/ra/chrome/musicplayer.yaml @@ -169,7 +169,7 @@ Background@INSTALL_MUSIC_PANEL: Logic: InstallMusicLogic X: (WINDOW_RIGHT - WIDTH)/2 Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 510 + Width: 500 Height: 160 Children: Label@TITLE: diff --git a/mods/ts/chrome/install.yaml b/mods/ts/chrome/install.yaml index 51ed1dc801..ad6120e8f8 100644 --- a/mods/ts/chrome/install.yaml +++ b/mods/ts/chrome/install.yaml @@ -2,7 +2,7 @@ Background@INSTALL_PANEL: Logic: InstallLogic X: (WINDOW_RIGHT - WIDTH)/2 Y: (WINDOW_BOTTOM - HEIGHT)/2 - Width: 510 + Width: 500 Height: 160 Children: Label@TITLE: