[gnome-characters] characterList: Trigger resizing after search
- From: Daiki Ueno <dueno src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-characters] characterList: Trigger resizing after search
- Date: Mon, 2 Mar 2015 08:33:50 +0000 (UTC)
commit 75e22ea70ceff83c505313b475e0e27da7745106
Author: Daiki Ueno <dueno src gnome org>
Date: Mon Mar 2 17:31:52 2015 +0900
characterList: Trigger resizing after search
To make the character list scrollable, while searching.
src/characterList.js | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/characterList.js b/src/characterList.js
index 59a9fbd..599c9c9 100644
--- a/src/characterList.js
+++ b/src/characterList.js
@@ -177,6 +177,7 @@ const CharacterListWidget = new Lang.Class({
this._rows.push(row);
}
+ this.queue_resize();
this.queue_draw();
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]