src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbinputsettingpopup/hbinputsettingpopup.css
changeset 30 80e4d18b72f5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbinputsettingpopup/hbinputsettingpopup.css	Mon Oct 04 00:38:12 2010 +0300
@@ -0,0 +1,7 @@
+HbInputSettingPopup
+{
+    min-width:expr(var(hb-param-screen-width)-1un);
+    min-height:expr(var(hb-param-screen-height)-1un);
+    max-width:expr(var(hb-param-screen-width)-1un);
+    max-height:expr(var(hb-param-screen-height)-1un);
+}
\ No newline at end of file