diff options
author | Damian Minkov <damencho@jitsi.org> | 2014-04-03 15:59:07 +0300 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2014-04-03 16:44:08 +0300 |
commit | e77b3eba9b117018ebe557a6231e54fa7bcef07d (patch) | |
tree | 016505501cf7b84cd9019d6a253edaf42e0b7da3 /resources | |
parent | 609467c755586e231f7776b0578d70789db54bc0 (diff) | |
download | jitsi-e77b3eba9b117018ebe557a6231e54fa7bcef07d.zip jitsi-e77b3eba9b117018ebe557a6231e54fa7bcef07d.tar.gz jitsi-e77b3eba9b117018ebe557a6231e54fa7bcef07d.tar.bz2 |
Gives more space to the default im checkbox, as text can be larger in some situations and can be on two lines.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/install/windows/installer-windows.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/install/windows/installer-windows.wxs b/resources/install/windows/installer-windows.wxs index d7578fc..1754953 100644 --- a/resources/install/windows/installer-windows.wxs +++ b/resources/install/windows/installer-windows.wxs @@ -203,7 +203,7 @@ <Control Id="StartMenuShortcutCheckBox" Type="CheckBox" X="25" Y="75" Width="320" Height="15" Property="CREATE_START_MENU_SHORTCUT" CheckBoxValue="1" Text="!(loc.ShortcutsAndRegistryDlg_CreateStartMenu)" />
<Control Id="DesktopShortcutCheckBox" Type="CheckBox" X="25" Y="90" Width="320" Height="15" Property="CREATE_DESKTOP_SHORTCUT" CheckBoxValue="1" Text="!(loc.ShortcutsAndRegistryDlg_CreateDesktop)" />
<Control Id="StartupShortcutCheckBox" Type="CheckBox" X="25" Y="105" Width="320" Height="15" Property="HAS_STARTUP_REGISTRY" CheckBoxValue="1" Text="!(loc.ShortcutsAndRegistryDlg_CreateAutoStart)" />
- <Control Id="DefaultIMApplicationCheckBox" Type="CheckBox" X="25" Y="120" Width="320" Height="15" Property="SET_DEFAULT_IM_APP" CheckBoxValue="1" Text="!(loc.ShortcutsAndRegistryDlg_DefaultIMApp)" />
+ <Control Id="DefaultIMApplicationCheckBox" Type="CheckBox" X="25" Y="120" Width="320" Height="30" Property="SET_DEFAULT_IM_APP" CheckBoxValue="1" Text="!(loc.ShortcutsAndRegistryDlg_DefaultIMApp)" />
<Control Id="RegistryGroup" Type="GroupBox" X="20" Y="145" Width="330" Height="50" Text="!(loc.ShortcutsAndRegistryDlg_AssociateProtocols)" />
<Control Id="SipRegistryEntriesCheckBox" Type="CheckBox" X="25" Y="160" Width="320" Height="15" Property="CREATE_SIP_REGISTRY_ENTRIES" CheckBoxValue="1" Text="&SIP" />
|