diff options
author | Damian Minkov <damencho@jitsi.org> | 2014-04-04 10:25:00 +0300 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2014-04-04 10:25:00 +0300 |
commit | e815bed02073a68bdcbeb493a9aa8e27080aaba4 (patch) | |
tree | 5c818e38b119505d00c67c2ce5edfd1f72276325 /resources | |
parent | d1dd937556cff41c04ab2d131edd51d6638e5512 (diff) | |
download | jitsi-e815bed02073a68bdcbeb493a9aa8e27080aaba4.zip jitsi-e815bed02073a68bdcbeb493a9aa8e27080aaba4.tar.gz jitsi-e815bed02073a68bdcbeb493a9aa8e27080aaba4.tar.bz2 |
Reverts height of checkbox.
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 1754953..d7578fc 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="30" Property="SET_DEFAULT_IM_APP" CheckBoxValue="1" Text="!(loc.ShortcutsAndRegistryDlg_DefaultIMApp)" />
+ <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="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" />
|