1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Gui: Add allpages and search buttons

This commit is contained in:
gnosygnu
2017-03-27 21:49:50 -04:00
parent c964eedd58
commit 36cb2c22f6
13 changed files with 123 additions and 25 deletions

View File

@@ -142,5 +142,6 @@ abstract class Swt_core__base extends GxwCore_base {
if (gfui_data.Min_h() > -1) swt_data.minimumHeight = gfui_data.Min_h();
control.setLayoutData(swt_data);
control.requestLayout();
}
}