src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog.css
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
--- a/src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog.css	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbcore/resources/themes/style/hbdefault/rules/widgets/hbdialog/hbdialog.css	Mon Oct 04 00:38:12 2010 +0300
@@ -27,7 +27,7 @@
     text-wrap-mode:no-wrap;
     text-align:left;
     font-variant:primary;
-    max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));
+    /*max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));*/
 }
 
 HbDialog::background {
@@ -35,7 +35,7 @@
     right:0un;
     top:0un;
     bottom:0un;
-    max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));	
+    /*max-height:expr(var(hb-param-text-height-primary)+2*var(hb-param-margin-gene-popup));*/
 }
 
 HbDialog::controls {