mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-07-06 00:06:00 -04:00
-Bug fixes:
--Adjust xaos cells when any group modification is made, such as random, clear, or row/col change. --Remove some old style sheet code on the xforms tab that doesn't seem to make sense and was probably just a workaround for a transient Qt bug, of which there are hundreds.
This commit is contained in:
@ -2604,29 +2604,6 @@
|
||||
<property name="autoFillBackground">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">QTabWidget::pane
|
||||
{
|
||||
border: 1px solid #898C95;
|
||||
font: 9pt "Segoe UI";
|
||||
}
|
||||
|
||||
QTabWidget::tab-bar
|
||||
{
|
||||
bottom: -1px;
|
||||
}
|
||||
|
||||
DoubleSpinBox
|
||||
{
|
||||
font: 9pt "Segoe UI";
|
||||
}
|
||||
|
||||
SpinBox
|
||||
{
|
||||
font: 9pt "Segoe UI";
|
||||
}
|
||||
</string>
|
||||
</property>
|
||||
<property name="tabShape">
|
||||
<enum>QTabWidget::Triangular</enum>
|
||||
</property>
|
||||
|
Reference in New Issue
Block a user