left and right margin set to 1 for textviews in tabbed caht and group chat [so text is not jammed in the right and in the left]
This commit is contained in:
		
							parent
							
								
									23dbb25763
								
							
						
					
					
						commit
						6c88e531f3
					
				
					 1 changed files with 8 additions and 8 deletions
				
			
		|  | @ -8579,8 +8579,8 @@ Custom</property> | |||
| 				  <property name="pixels_above_lines">0</property> | ||||
| 				  <property name="pixels_below_lines">0</property> | ||||
| 				  <property name="pixels_inside_wrap">0</property> | ||||
| 				  <property name="left_margin">0</property> | ||||
| 				  <property name="right_margin">0</property> | ||||
| 				  <property name="left_margin">1</property> | ||||
| 				  <property name="right_margin">1</property> | ||||
| 				  <property name="indent">0</property> | ||||
| 				  <property name="text" translatable="yes"></property> | ||||
| 				  <signal name="motion_notify_event" handler="on_conversation_textview_motion_notify_event" last_modification_time="Sat, 19 Mar 2005 14:59:33 GMT"/> | ||||
|  | @ -8620,8 +8620,8 @@ Custom</property> | |||
| 				  <property name="pixels_above_lines">0</property> | ||||
| 				  <property name="pixels_below_lines">0</property> | ||||
| 				  <property name="pixels_inside_wrap">0</property> | ||||
| 				  <property name="left_margin">0</property> | ||||
| 				  <property name="right_margin">0</property> | ||||
| 				  <property name="left_margin">1</property> | ||||
| 				  <property name="right_margin">1</property> | ||||
| 				  <property name="indent">0</property> | ||||
| 				  <property name="text" translatable="yes"></property> | ||||
| 				  <signal name="key_press_event" handler="on_message_textview_key_press_event" last_modification_time="Sat, 05 Mar 2005 00:31:14 GMT"/> | ||||
|  | @ -10083,8 +10083,8 @@ JID: whatever@jabber.org</property> | |||
| 		      <property name="pixels_above_lines">0</property> | ||||
| 		      <property name="pixels_below_lines">0</property> | ||||
| 		      <property name="pixels_inside_wrap">0</property> | ||||
| 		      <property name="left_margin">0</property> | ||||
| 		      <property name="right_margin">0</property> | ||||
| 		      <property name="left_margin">1</property> | ||||
| 		      <property name="right_margin">1</property> | ||||
| 		      <property name="indent">0</property> | ||||
| 		      <property name="text" translatable="yes"></property> | ||||
| 		      <signal name="motion_notify_event" handler="on_conversation_textview_motion_notify_event" last_modification_time="Thu, 10 Mar 2005 16:07:43 GMT"/> | ||||
|  | @ -10132,8 +10132,8 @@ JID: whatever@jabber.org</property> | |||
| 			  <property name="pixels_above_lines">0</property> | ||||
| 			  <property name="pixels_below_lines">0</property> | ||||
| 			  <property name="pixels_inside_wrap">0</property> | ||||
| 			  <property name="left_margin">0</property> | ||||
| 			  <property name="right_margin">0</property> | ||||
| 			  <property name="left_margin">1</property> | ||||
| 			  <property name="right_margin">1</property> | ||||
| 			  <property name="indent">0</property> | ||||
| 			  <property name="text" translatable="yes"></property> | ||||
| 			  <signal name="key_press_event" handler="on_message_textview_key_press_event" last_modification_time="Wed, 02 Mar 2005 21:05:35 GMT"/> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue