From bb22e7b2a0af67cc65ce5179917b20e5977ed4ef Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 11 Jul 2012 17:09:09 +0000 Subject: MyDetails reverted to older version that doesn't use Skins plugin git-svn-id: http://svn.miranda-ng.org/main/trunk@905 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/options.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'plugins/MyDetails/options.h') diff --git a/plugins/MyDetails/options.h b/plugins/MyDetails/options.h index 71d5f474c1..a17ad13ed5 100644 --- a/plugins/MyDetails/options.h +++ b/plugins/MyDetails/options.h @@ -36,19 +36,19 @@ struct Options bool use_contact_list_smileys; bool draw_text_rtl; -// bool draw_text_align_right; + bool draw_text_align_right; -// bool draw_show_protocol_name; -// bool show_protocol_cycle_button; + bool draw_show_protocol_name; + bool show_protocol_cycle_button; bool global_on_avatar; bool global_on_nickname; bool global_on_status; bool global_on_status_message; -// bool draw_avatar_custom_size; -// bool draw_avatar_allow_to_grow; -// int draw_avatar_custom_size_pixels; + bool draw_avatar_custom_size; + bool draw_avatar_allow_to_grow; + int draw_avatar_custom_size_pixels; bool draw_avatar_border; COLORREF draw_avatar_border_color; bool draw_avatar_round_corner; @@ -56,9 +56,9 @@ struct Options int draw_avatar_custom_corner_size; COLORREF bkg_color; -// int borders[4]; + int borders[4]; -// bool use_avatar_space_to_draw_text; + bool use_avatar_space_to_draw_text; bool resize_frame; -- cgit v1.2.3