mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-01 05:46:06 -04:00
--Bug fixes:
-Wraparound bug when generating random flames. -Make combo boxes have zero margins, they were getting clipped on Linux.
This commit is contained in:
@ -41,7 +41,9 @@ int main(int argc, char *argv[])
|
||||
" subcontrol-position: top left;"
|
||||
" padding: 0 3px 0 3px;"
|
||||
//" padding: 2px;"
|
||||
"}" );
|
||||
"} \n"
|
||||
"QComboBox { margin-top: 0px; padding-bottom: 0px; }"
|
||||
);
|
||||
#endif
|
||||
|
||||
int rv = -1;
|
||||
|
Reference in New Issue
Block a user