Ticket #2255 (closed defect: fixed)

Opened 2 years ago

Last modified 15 months ago

information window too narrow for statusmessages

Reported by: bb Owned by: asterix
Priority: normal Milestone: 0.11.2
Component: dialogs Version: svn
Severity: normal Keywords: usability
Cc: OS: All

Description

screenshot: http://b4.xs4all.nl/pub/4/gajim/gajim_info_window_too_narrow.png

as you can see, the lower line of the status description is clipped. also, if the status message itself would be too long, it would be clipped too. the only thing that seems to force the window to be larger if it's too long is the OS information.

Attachments

Change History

Changed 2 years ago by bb

the only thing that seems to force the window to be larger if it's too long is the OS information.

and the JID, too

Changed 2 years ago by asterix

  • status changed from new to closed
  • milestone set to 0.11

info window is now resizable ([6669])

Changed 20 months ago by Astro

  • keywords usability added
  • resolution fixed deleted
  • status changed from closed to reopened
  • component changed from None to dialogs

Sorry to bother, but it seems like r6702 made the vcard_information_window non-resizable again.

Fix + align the picture right to leave room for status message when resizing the window:

--- data/glade/vcard_information_window.glade	(revision 8065)
+++ data/glade/vcard_information_window.glade	(working copy)
@@ -9,7 +9,7 @@
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
   <property name="modal">False</property>
-  <property name="resizable">False</property>
+  <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
   <property name="decorated">True</property>
   <property name="skip_taskbar_hint">False</property>
@@ -420,7 +420,7 @@
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
-		      <property name="expand">True</property>
+		      <property name="expand">False</property>
 		      <property name="fill">True</property>
 		    </packing>
 		  </child>

Changed 19 months ago by asterix

  • status changed from reopened to closed
  • resolution set to fixed
  • milestone changed from 0.11 to 0.12

(In [8138]) re-make vcard window resizable. fixes #2255

Changed 15 months ago by asterix

(In [8659]) re-make vcard window resizable. fixes #2255

Changed 15 months ago by asterix

  • os set to All
  • milestone changed from 0.12 to 0.11.2

Add/Change #2255 (information window too narrow for statusmessages)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.