diff --git a/ci-scripts/linux/travis-install.sh b/ci-scripts/linux/travis-install.sh
index a004c7d..b25bf7f 100644
--- a/ci-scripts/linux/travis-install.sh
+++ b/ci-scripts/linux/travis-install.sh
@@ -1,6 +1,6 @@
sudo add-apt-repository --yes ppa:beineri/opt-qt551-trusty
sudo apt-get update
-sudo apt-get install -y liblzo2-dev liblz4-dev libfreetype6-dev libpng-dev libsdl2-dev libglew-dev freeglut3-dev qt55script libsuperlu3-dev libpng-dev qt55svg qt55tools wget libusb-1.0-0-dev libboost-all-dev liblzma-dev
+sudo apt-get install -y liblzo2-dev liblz4-dev libfreetype6-dev libpng-dev libsdl2-dev libglew-dev freeglut3-dev qt55script libsuperlu3-dev libpng-dev qt55svg qt55tools qt55multimedia wget libusb-1.0-0-dev libboost-all-dev liblzma-dev
# someone forgot to include liblz4.pc with the package, use the version from xenial, as it only depends on libc
wget http://mirrors.kernel.org/ubuntu/pool/main/l/lz4/liblz4-1_0.0~r131-2ubuntu2_amd64.deb -O liblz4.deb
wget http://mirrors.kernel.org/ubuntu/pool/main/l/lz4/liblz4-dev_0.0~r131-2ubuntu2_amd64.deb -O liblz4-dev.deb
diff --git "a/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" "b/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm"
index 5c6d3cd..50d23e5 100644
Binary files "a/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" and "b/stuff/config/loc/\346\227\245\346\234\254\350\252\236/toonz.qm" differ
diff --git a/stuff/config/qss/gray_048/gray_048.less b/stuff/config/qss/gray_048/gray_048.less
index 54faea3..5d0ce3c 100644
--- a/stuff/config/qss/gray_048/gray_048.less
+++ b/stuff/config/qss/gray_048/gray_048.less
@@ -1343,4 +1343,8 @@ QDialog #dialogButtonFrame {
{
.baseBG(light, 30%);
}
+}
+
+#LargeSizedText {
+ font-size: 17px;
}
\ No newline at end of file
diff --git a/stuff/config/qss/gray_048/gray_048.qss b/stuff/config/qss/gray_048/gray_048.qss
index dd68b27..dcbe04f 100644
--- a/stuff/config/qss/gray_048/gray_048.qss
+++ b/stuff/config/qss/gray_048/gray_048.qss
@@ -1345,5 +1345,8 @@ QDialog #dialogButtonFrame {
#MatchLineButton::pressed {
background-color: #7d7d7d;
}
+#LargeSizedText {
+ font-size: 17px;
+}
//# sourceMappingURL=gray_048.qss.map
\ No newline at end of file
diff --git a/stuff/config/qss/gray_048/gray_048_mac.qss b/stuff/config/qss/gray_048/gray_048_mac.qss
index f30fc00..d1dc2d1 100644
--- a/stuff/config/qss/gray_048/gray_048_mac.qss
+++ b/stuff/config/qss/gray_048/gray_048_mac.qss
@@ -1345,5 +1345,8 @@ QDialog #dialogButtonFrame {
#MatchLineButton::pressed {
background-color: #7d7d7d;
}
+#LargeSizedText {
+ font-size: 17px;
+}
//# sourceMappingURL=gray_048_mac.qss.map
\ No newline at end of file
diff --git a/stuff/config/qss/gray_072/gray_072.less b/stuff/config/qss/gray_072/gray_072.less
index 11044b2..4c7fe66 100644
--- a/stuff/config/qss/gray_072/gray_072.less
+++ b/stuff/config/qss/gray_072/gray_072.less
@@ -1343,4 +1343,8 @@ QDialog #dialogButtonFrame {
{
.baseBG(light, 30%);
}
+}
+
+#LargeSizedText {
+ font-size: 17px;
}
\ No newline at end of file
diff --git a/stuff/config/qss/gray_072/gray_072.qss b/stuff/config/qss/gray_072/gray_072.qss
index 93b1aea..5d8b18a 100644
--- a/stuff/config/qss/gray_072/gray_072.qss
+++ b/stuff/config/qss/gray_072/gray_072.qss
@@ -1345,5 +1345,8 @@ QDialog #dialogButtonFrame {
#MatchLineButton::pressed {
background-color: #949494;
}
+#LargeSizedText {
+ font-size: 17px;
+}
//# sourceMappingURL=gray_072.qss.map
\ No newline at end of file
diff --git a/stuff/config/qss/gray_072/gray_072_mac.qss b/stuff/config/qss/gray_072/gray_072_mac.qss
index fe324de..cb96be4 100644
--- a/stuff/config/qss/gray_072/gray_072_mac.qss
+++ b/stuff/config/qss/gray_072/gray_072_mac.qss
@@ -1345,5 +1345,8 @@ QDialog #dialogButtonFrame {
#MatchLineButton::pressed {
background-color: #949494;
}
+#LargeSizedText {
+ font-size: 17px;
+}
//# sourceMappingURL=gray_072_mac.qss.map
\ No newline at end of file
diff --git a/stuff/config/qss/gray_128/gray_128.less b/stuff/config/qss/gray_128/gray_128.less
index 17897ca..5bbb76b 100644
--- a/stuff/config/qss/gray_128/gray_128.less
+++ b/stuff/config/qss/gray_128/gray_128.less
@@ -195,6 +195,19 @@ QCheckBox {
}
}
+QGroupBox {
+ border: 1px solid;
+ .set_margin( 5px, 5px );
+ .set_padding( 3px, 5px );
+ &::title {
+ subcontrol-origin: margin;
+ padding: 0px;
+ margin-top: -4px;
+ /*bottom: 3px;*/
+ left: 15px;
+ }
+}
+
/* ------ Toonz Classes Difinitions ------ */
/* ------ Palette ------ */
@@ -1157,4 +1170,8 @@ QDialog #dialogButtonFrame {
&:hover {
background-color: rgb(220,220,220);
}
+}
+
+#LargeSizedText {
+ font-size: 17px;
}
\ No newline at end of file
diff --git a/stuff/config/qss/gray_128/gray_128.qss b/stuff/config/qss/gray_128/gray_128.qss
index b12d459..494ca00 100644
--- a/stuff/config/qss/gray_128/gray_128.qss
+++ b/stuff/config/qss/gray_128/gray_128.qss
@@ -123,6 +123,24 @@ QCheckBox:hover {
QCheckBox:disabled {
color: #404040;
}
+QGroupBox {
+ border: 1px solid;
+ margin-left: 5px;
+ margin-right: 5px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ padding-left: 3px;
+ padding-right: 3px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+QGroupBox::title {
+ subcontrol-origin: margin;
+ padding: 0px;
+ margin-top: -4px;
+ /*bottom: 3px;*/
+ left: 15px;
+}
/* ------ Toonz Classes Difinitions ------ */
/* ------ Palette ------ */
PaletteViewer #ToolBarContainer {
@@ -1073,5 +1091,8 @@ QDialog #dialogButtonFrame {
#FxSettingsHelpButton:hover {
background-color: #dcdcdc;
}
+#LargeSizedText {
+ font-size: 17px;
+}
//# sourceMappingURL=gray_128.qss.map
\ No newline at end of file
diff --git a/stuff/config/qss/gray_128/gray_128_mac.qss b/stuff/config/qss/gray_128/gray_128_mac.qss
index b13f190..fcac0de 100644
--- a/stuff/config/qss/gray_128/gray_128_mac.qss
+++ b/stuff/config/qss/gray_128/gray_128_mac.qss
@@ -123,6 +123,24 @@ QCheckBox:hover {
QCheckBox:disabled {
color: #404040;
}
+QGroupBox {
+ border: 1px solid;
+ margin-left: 5px;
+ margin-right: 5px;
+ margin-top: 5px;
+ margin-bottom: 5px;
+ padding-left: 3px;
+ padding-right: 3px;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+QGroupBox::title {
+ subcontrol-origin: margin;
+ padding: 0px;
+ margin-top: -4px;
+ /*bottom: 3px;*/
+ left: 15px;
+}
/* ------ Toonz Classes Difinitions ------ */
/* ------ Palette ------ */
PaletteViewer #ToolBarContainer {
@@ -1073,5 +1091,8 @@ QDialog #dialogButtonFrame {
#FxSettingsHelpButton:hover {
background-color: #dcdcdc;
}
+#LargeSizedText {
+ font-size: 17px;
+}
//# sourceMappingURL=gray_128_mac.qss.map
\ No newline at end of file
diff --git a/stuff/profiles/layouts/rooms/StudioGhibli/menubar_template.xml b/stuff/profiles/layouts/rooms/StudioGhibli/menubar_template.xml
index 5c84910..eee1faf 100644
--- a/stuff/profiles/layouts/rooms/StudioGhibli/menubar_template.xml
+++ b/stuff/profiles/layouts/rooms/StudioGhibli/menubar_template.xml
@@ -84,6 +84,8 @@
MI_CleanupPreview
MI_CameraTest
MI_Cleanup
+
+ MI_PencilTest