Skip to content
Snippets Groups Projects
Commit def5afb7 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix cut off text in group notice

parent b8176635
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
use_ellipses="true" word_wrap="false" mouse_opaque="false" name="sender_or_fee_box" visible="false"> use_ellipses="true" word_wrap="false" mouse_opaque="false" name="sender_or_fee_box" visible="false">
Sender: "Resident R e s i d e n t R e s i d e n t" Sender: "Resident R e s i d e n t R e s i d e n t"
</text> </text>
<text allow_scroll="false" font="SansSerifSmall" top="0" right="-5" width="95" height="13" follows="right" halign="right" layout="topleft" left_pad="5" <text allow_scroll="false" font="SansSerifSmall" top="0" right="-5" width="105" height="13" follows="right" halign="right" layout="topleft" left_pad="5"
name="notification_time" value="2014/12/24 23:30" /> name="notification_time" value="2014/12/24 23:30" />
</panel> </panel>
</panel> </panel>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
use_ellipses="true" word_wrap="false" mouse_opaque="false" name="sender_or_fee_box_exp" visible="false"> use_ellipses="true" word_wrap="false" mouse_opaque="false" name="sender_or_fee_box_exp" visible="false">
Sender: "Resident R e s i d e n t R e s i d e n t" Sender: "Resident R e s i d e n t R e s i d e n t"
</text> </text>
<text allow_scroll="false" font="SansSerifSmall" top="0" right="-1" width="95" height="13" follows="right" halign="right" layout="topleft" left_pad="5" <text allow_scroll="false" font="SansSerifSmall" top="0" right="-1" width="105" height="13" follows="right" halign="right" layout="topleft" left_pad="5"
name="notification_time_exp" value="2014/12/24 23:30" /> name="notification_time_exp" value="2014/12/24 23:30" />
</panel> </panel>
<panel border="false" left="0" height="115" width="230" bevel_style="none" follows="all" layout="topleft" name="notification_text_panel_exp" visible="true"> <panel border="false" left="0" height="115" width="230" bevel_style="none" follows="all" layout="topleft" name="notification_text_panel_exp" visible="true">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment