addressed #136
This commit is contained in:
+4
-1
@@ -33,7 +33,7 @@
|
|||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>653</width>
|
<width>653</width>
|
||||||
<height>20</height>
|
<height>16</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menu_File">
|
<widget class="QMenu" name="menu_File">
|
||||||
@@ -488,6 +488,9 @@
|
|||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>N</string>
|
<string>N</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="visible">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="actionPreferences">
|
<action name="actionPreferences">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
|
|||||||
@@ -66,6 +66,17 @@ Timeline::Timeline(QWidget *parent) :
|
|||||||
|
|
||||||
ui->setupUi(this);
|
ui->setupUi(this);
|
||||||
|
|
||||||
|
/* --- TEMPORARY ---
|
||||||
|
* I feel like the rolling edit tool is unnecessary, but just
|
||||||
|
* in case I change my mind, I'm leaving all the functionality
|
||||||
|
* intact and only hiding the UI to get to it. Still deciding
|
||||||
|
* on this one but the pointer tool literally does the same
|
||||||
|
* functionality.
|
||||||
|
*/
|
||||||
|
ui->toolRollingButton->setVisible(false);
|
||||||
|
ui->toolRollingButton->setEnabled(false);
|
||||||
|
/* --- */
|
||||||
|
|
||||||
ui->video_area->bottom_align = true;
|
ui->video_area->bottom_align = true;
|
||||||
|
|
||||||
ui->video_area->container = ui->videoScrollArea;
|
ui->video_area->container = ui->videoScrollArea;
|
||||||
|
|||||||
Reference in New Issue
Block a user