git-svn-id: svn://db.shs.com.ru/libs@504 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-02-27 19:29:47 +00:00
parent fb4ca737a8
commit c0489e9529
2 changed files with 6 additions and 5 deletions

View File

@@ -45,7 +45,8 @@ void BlockView::_init() {
smode = BlockView::MultiSelection;
cur_scl = thumb_scl = prev_app_scale = 1.;
_talpha = 0.;
ae_enabled = is_nav_anim = is_block_anim = true;
ae_enabled = is_block_anim = true;
is_nav_anim = false;
nav_prev_aa = nav_prev_imaa = nav_prev_grid = true;
thumb_size = QSizeF(200, 200);
if (scene() == 0) {

View File

@@ -28,9 +28,9 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="labelCols">
<property name="text">
<string>Rows:</string>
<string>Cols:</string>
</property>
</widget>
</item>
@@ -42,9 +42,9 @@
</widget>
</item>
<item>
<widget class="QLabel" name="labelCols">
<widget class="QLabel" name="label">
<property name="text">
<string>Cols:</string>
<string>Rows:</string>
</property>
</widget>
</item>