diff options
| author | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-02 00:04:52 +0800 |
|---|---|---|
| committer | Huang Peng <shawn.p.huang@gmail.com> | 2008-06-02 00:04:52 +0800 |
| commit | 0a8823e129767605b09a74c19db4b307167fe3bc (patch) | |
| tree | 63fe814506f9a44a2d781237acc1f16098c3067b /panel | |
| parent | fcc2b1668e1e558e61beab7e0059efdac58344c2 (diff) | |
| download | ibus-0a8823e129767605b09a74c19db4b307167fe3bc.tar.gz ibus-0a8823e129767605b09a74c19db4b307167fe3bc.tar.xz ibus-0a8823e129767605b09a74c19db4b307167fe3bc.zip | |
Set mix size of state label.
Diffstat (limited to 'panel')
| -rw-r--r-- | panel/candidatepanel.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/panel/candidatepanel.py b/panel/candidatepanel.py index cd254fa..8b521f9 100644 --- a/panel/candidatepanel.py +++ b/panel/candidatepanel.py @@ -151,6 +151,7 @@ class CandidatePanel (gtk.VBox): # create state label self._state_label = gtk.Label () + self._state_label.set_size_request (20, -1) # create buttons self._prev_button = gtk.Button () |
