OSDN Git Service

Fix the DeviceChooserDialog table issues.
authorXavier Ducrohet <xav@android.com>
Mon, 3 Aug 2009 21:23:16 +0000 (14:23 -0700)
committerXavier Ducrohet <xav@android.com>
Mon, 3 Aug 2009 21:23:16 +0000 (14:23 -0700)
commitc57080bf54fcb177a53f8517bf5b01176d15c27d
tree3377cc30cc50b2b11ce0c49fe91afcaf430748f1
parentf6efa2c86d199a74c171f55c4810261b5da4c58c
Fix the DeviceChooserDialog table issues.

On Linux, the gtk table seems to resize itself automatically when the
layout is computed and forces the last column to resize itself at +18 pixels.
This has a problematic impact on this dialog as it is not resizable and is
made to match the size of the content. As the dialog is used time after time
the last column grows by 18 pixels at every use up to a point where it
doesn't fit the screen.
Since storing the columns size is not that useful and I couldn't find a
way to ignore this first resize, I'm just removing the width storage.