From 3e92b97d24fb8c8b02aacfb118df260a053b9924 Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 6 Jul 2014 01:28:51 +0200 Subject: [PATCH 1/6] added german translation --- translations/de.ts | 306 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 306 insertions(+) create mode 100644 translations/de.ts diff --git a/translations/de.ts b/translations/de.ts new file mode 100644 index 000000000..289970f89 --- /dev/null +++ b/translations/de.ts @@ -0,0 +1,306 @@ + + + + + AddFriendForm + + + Add Friends + Freunde hinzufügen + + + + Tox ID + Tox ID of the person you're sending a friend request to + Tox ID + + + + Message + The message you send in friend requests + Nachricht + + + + Send friend request + Freundschaftseinladung versenden + + + + Tox me maybe? + Default message in friend requests if the field is left blank. Write something appropriate! + Lass uns Toxen! + + + + Please fill in a valid Tox ID + Tox ID of the friend you're sending a friend request to + Bitte gib eine gültige Tox ID ein + + + + Error while looking up DNS + The DNS gives the Tox ID associated to toxme.se addresses + Fehler beim Auflösen des DNS + + + + Unexpected number of text records + Error with the DNS + Unererwartete Anzahl von Texteinträgen + + + + Unexpected number of values in text record + Error with the DNS + Unerwartete Anzahl von Werten innerhalb des Texteintrages + + + + The DNS lookup does not contain any Tox ID + Error with the DNS + Der DNS Eintrag enthält keine gültige TOX ID + + + + + The DNS lookup does not contain a valid Tox ID + Error with the DNS + Der DNS Eintrag enthält keine gültige TOX ID + + + + Camera + + + Camera eror + Kamerafehler + + + + Camera format %1 not supported, can't use the camera + Kameraformat %1 wird nicht unterstützt. Die Kamera kann nicht verwendet werden + + + + ChatForm + + + Send a file + Datei versenden + + + + + Save chat log + Chatverlauf speichern + + + + CopyableElideLabel + + + Copy + Kopieren + + + + FileTransfertWidget + + + Save a file + Title of the file saving dialog + Datei speichern + + + + FriendRequestDialog + + + Friend request + Title of the window to aceept/deny a friend request + Freundschaftsanfrage + + + + Someone wants to make friends with you + Es möchte jemand mit dir befreundet sein + + + + User ID: + Benutzer ID: + + + + Friend request message: + Nachricht + + + + Accept + Accept a friend request + Akzeptieren + + + + Reject + Reject a friend request + Ablehnen + + + + FriendWidget + + + Copy friend ID + Menu to copy the Tox ID of that friend + Tox ID kopieren + + + + Invite in group + Menu to invite a friend in a groupchat + In Gruppe einladen + + + + Remove friend + Menu to remove the friend from our friendlist + Freund entfernen + + + + GroupChatForm + + + %1 users in chat + Number of users in chat + %1 Personen im Chat + + + + <Unknown> + <Unbekannt> + + + + %1 users in chat + %1 Personen im Chat + + + + Save chat log + Chatverlauf speichern + + + + GroupWidget + + + + %1 users in chat + %1 Personen im Chat + + + + + 0 users in chat + 0 Personen im Chat + + + + Quit group + Menu to quit a groupchat + Gruppe verlassen + + + + SelfCamView + + + Tox video test + Title of the window to test the video/webcam + Tox Video testen + + + + SettingsForm + + + User Settings + "Headline" of the window + Einstellungen + + + + Name + Username/nick + Benutzername + + + + Status + Status message + Status + + + + Test video + Text on a button to test the video/webcam + Video testen + + + + Enable IPv6 (recommended) + Text on a checkbox to enable IPv6 + IPv6 aktivieren (empfohlen) + + + + Widget + + + Tox + Tox + + + + Your name + Dein Name + + + + Your status + Dein Status + + + + Close + Schließen + + + + Ctrl+Q + Strg+Q + + + + Online + Button to set your status to 'Online' + Online + + + + Away + Button to set your status to 'Away' + Abwesend + + + + Busy + Button to set your status to 'Busy' + Beschäftigt + + + From b52df4f17e753bf1a038425caa8402a69db0be2a Mon Sep 17 00:00:00 2001 From: Flynn Date: Sat, 5 Jul 2014 16:39:35 -0700 Subject: [PATCH 2/6] Fix buttons on OS X (hopefully) --- widget/form/chatform.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/widget/form/chatform.cpp b/widget/form/chatform.cpp index 041181282..2afbc6fe6 100644 --- a/widget/form/chatform.cpp +++ b/widget/form/chatform.cpp @@ -152,6 +152,14 @@ ChatForm::ChatForm(Friend* chatFriend) chatArea->setWidget(chatAreaWidget); + //Fix for incorrect layouts on OS X as per + //https://bugreports.qt-project.org/browse/QTBUG-14591 + sendButton->setAttribute(Qt::WA_LayoutUsesWidgetRect); + fileButton->setAttribute(Qt::WA_LayoutUsesWidgetRect); + emoteButton->setAttribute(Qt::WA_LayoutUsesWidgetRect); + callButton->setAttribute(Qt::WA_LayoutUsesWidgetRect); + videoButton->setAttribute(Qt::WA_LayoutUsesWidgetRect); + connect(Widget::getInstance()->getCore(), &Core::fileSendStarted, this, &ChatForm::startFileSend); connect(Widget::getInstance()->getCore(), &Core::videoFrameReceived, netcam, &NetCamView::updateDisplay); connect(sendButton, SIGNAL(clicked()), this, SLOT(onSendTriggered())); From 532f3336aa3777d141d5359b3e03488918be14db Mon Sep 17 00:00:00 2001 From: "Tux3 / Mlkj / !Lev.uXFMLA" Date: Sun, 6 Jul 2014 01:42:39 +0200 Subject: [PATCH 3/6] Update translations, enable german --- res.qrc | 1 + toxgui.pro | 3 +- translations/de.qm | Bin 0 -> 4328 bytes translations/de.ts | 621 +++++++++++++++++++++++---------------------- translations/fr.ts | 75 +++--- translations/ru.ts | 67 ++--- 6 files changed, 398 insertions(+), 369 deletions(-) create mode 100644 translations/de.qm diff --git a/res.qrc b/res.qrc index 793d63c22..1281585db 100644 --- a/res.qrc +++ b/res.qrc @@ -109,5 +109,6 @@ ui/statusButton/dot_online.png ui/statusButton/statusButton.css ui/statusButton/menu_indicator.png + translations/de.qm diff --git a/toxgui.pro b/toxgui.pro index 76495e197..0366f5ef4 100644 --- a/toxgui.pro +++ b/toxgui.pro @@ -13,7 +13,8 @@ FORMS += widget.ui CONFIG += c++11 TRANSLATIONS = translations/fr.ts \ - translations/ru.ts + translations/ru.ts \ + translations/de.ts RESOURCES += res.qrc diff --git a/translations/de.qm b/translations/de.qm new file mode 100644 index 0000000000000000000000000000000000000000..c5132443ed394bc90ef30d8bba13ec0870e60e15 GIT binary patch literal 4328 zcmcInTWl0n82(GQ+sk&BrX)}S@t`f1f&>yILI~I^RBP>(OMH;&?%4~Sompqj?zX%b zq9!D0)F?`%F;R&R`T!5asFA2ajcMY8(O2a`5*~d}(HLU<{xjR@Zo9kGsA;w{bLO1y zzkmNf`#+4e&Hp@i?widUKRxl*)gO9@YEBS6ktB+IOM!Q1iGtrz-Qfp`!g<>A`F&XL zqTPQ5i0a>=?(8c>wb$s8J?F6Q)DCX=lc=GlcK-F}i0I3}?3}{BCj;ltyh_w0y=&;J zz#Dt<+`KXH{);s@cQJ5j!*Sr(2R>>4m1xzQf!{Cug!7|y9S{6S6xv>QFxd{hsP6gD zMc|Lsy?6E+_Ft*{;Ntg?-xHi({~7S?pxxXLeP0OLeUp$I3C3~HRhWB zcx^XPV66F2C-5V`g=3d9SicrlS6;@s;qce@{sO%zJbwZ28(xZRJRgJHb&;{Nm!M}Z zayfnldVZ9G&_pdZw$lJPBq>W4#c&mrq!jK?VI@wtDSd^YFo-!sdN5+ zJ-hCxr!`wWfX&4@;oBdq8uU#x1V6hv`ML7A2)xW9)HXD_9@@$MAXxFR`wY&^3ti8SUN98?bbjU}bNdD4(6$!xc)mfP;N446l3M&EOb!L z0#+8N3iq4?>;W!p1=dvvnW7zd(}!KmJH=XYH5%Gar6?XXD~y@?8T%g$J(I+Q|BS5 zlSQ6!^(~Ar-t15ugw=yqE~O;1VZyPq8Mb#hrYOm|g>iuC5cSM1@C^=+$+V5C_WW2L zZA*dtM)Y}C_aJs7(>+gy1t#$^TR=%*A4hXG(*?tZ53#x>eDM!(*A4qUtOS{-+Lel1 zOZ#D{9(`YuO7E`ng(!wZy1X;ul&W5twJGg}wBSmR5GOsyy4{B%xooo*<3aXS%%Be^}I zlLw@98q>IpZPgVqE|tPpjO%y0$xBTW@QvrD@>16qz7ah4nqYXIT1vkU! - - - - AddFriendForm - - - Add Friends - Freunde hinzufügen - - - - Tox ID - Tox ID of the person you're sending a friend request to - Tox ID - - - - Message - The message you send in friend requests - Nachricht - - - - Send friend request - Freundschaftseinladung versenden - - - - Tox me maybe? - Default message in friend requests if the field is left blank. Write something appropriate! - Lass uns Toxen! - - - - Please fill in a valid Tox ID - Tox ID of the friend you're sending a friend request to - Bitte gib eine gültige Tox ID ein - - - - Error while looking up DNS - The DNS gives the Tox ID associated to toxme.se addresses - Fehler beim Auflösen des DNS - - - - Unexpected number of text records - Error with the DNS - Unererwartete Anzahl von Texteinträgen - - - - Unexpected number of values in text record - Error with the DNS - Unerwartete Anzahl von Werten innerhalb des Texteintrages - - - - The DNS lookup does not contain any Tox ID - Error with the DNS - Der DNS Eintrag enthält keine gültige TOX ID - - - - - The DNS lookup does not contain a valid Tox ID - Error with the DNS - Der DNS Eintrag enthält keine gültige TOX ID - - - - Camera - - - Camera eror - Kamerafehler - - - - Camera format %1 not supported, can't use the camera - Kameraformat %1 wird nicht unterstützt. Die Kamera kann nicht verwendet werden - - - - ChatForm - - - Send a file - Datei versenden - - - - - Save chat log - Chatverlauf speichern - - - - CopyableElideLabel - - - Copy - Kopieren - - - - FileTransfertWidget - - - Save a file - Title of the file saving dialog - Datei speichern - - - - FriendRequestDialog - - - Friend request - Title of the window to aceept/deny a friend request - Freundschaftsanfrage - - - - Someone wants to make friends with you - Es möchte jemand mit dir befreundet sein - - - - User ID: - Benutzer ID: - - - - Friend request message: - Nachricht - - - - Accept - Accept a friend request - Akzeptieren - - - - Reject - Reject a friend request - Ablehnen - - - - FriendWidget - - - Copy friend ID - Menu to copy the Tox ID of that friend - Tox ID kopieren - - - - Invite in group - Menu to invite a friend in a groupchat - In Gruppe einladen - - - - Remove friend - Menu to remove the friend from our friendlist - Freund entfernen - - - - GroupChatForm - - - %1 users in chat - Number of users in chat - %1 Personen im Chat - - - - <Unknown> - <Unbekannt> - - - - %1 users in chat - %1 Personen im Chat - - - - Save chat log - Chatverlauf speichern - - - - GroupWidget - - - - %1 users in chat - %1 Personen im Chat - - - - - 0 users in chat - 0 Personen im Chat - - - - Quit group - Menu to quit a groupchat - Gruppe verlassen - - - - SelfCamView - - - Tox video test - Title of the window to test the video/webcam - Tox Video testen - - - - SettingsForm - - - User Settings - "Headline" of the window - Einstellungen - - - - Name - Username/nick - Benutzername - - - - Status - Status message - Status - - - - Test video - Text on a button to test the video/webcam - Video testen - - - - Enable IPv6 (recommended) - Text on a checkbox to enable IPv6 - IPv6 aktivieren (empfohlen) - - - - Widget - - - Tox - Tox - - - - Your name - Dein Name - - - - Your status - Dein Status - - - - Close - Schließen - - - - Ctrl+Q - Strg+Q - - - - Online - Button to set your status to 'Online' - Online - - - - Away - Button to set your status to 'Away' - Abwesend - - - - Busy - Button to set your status to 'Busy' - Beschäftigt - - - + + + + + AddFriendForm + + + Add Friends + Freunde hinzufügen + + + + Tox ID + Tox ID of the person you're sending a friend request to + Tox ID + + + + Message + The message you send in friend requests + Nachricht + + + + Send friend request + Freundschaftseinladung versenden + + + + Tox me maybe? + Default message in friend requests if the field is left blank. Write something appropriate! + Lass uns Toxen! + + + + Please fill in a valid Tox ID + Tox ID of the friend you're sending a friend request to + Bitte gib eine gültige Tox ID ein + + + + This address does not exist + The DNS gives the Tox ID associated to toxme.se addresses + + + + + Error while looking up DNS + The DNS gives the Tox ID associated to toxme.se addresses + Fehler beim Auflösen des DNS + + + + Unexpected number of text records + Error with the DNS + Unererwartete Anzahl von Texteinträgen + + + + Unexpected number of values in text record + Error with the DNS + Unerwartete Anzahl von Werten innerhalb des Texteintrages + + + + The DNS lookup does not contain any Tox ID + Error with the DNS + Der DNS Eintrag enthält keine gültige TOX ID + + + + + The DNS lookup does not contain a valid Tox ID + Error with the DNS + Der DNS Eintrag enthält keine gültige TOX ID + + + + Camera + + + Camera eror + Kamerafehler + + + + Camera format %1 not supported, can't use the camera + Kameraformat %1 wird nicht unterstützt. Die Kamera kann nicht verwendet werden + + + + ChatForm + + + Send a file + Datei versenden + + + + + Save chat log + Chatverlauf speichern + + + + CopyableElideLabel + + + Copy + Kopieren + + + + FileTransfertWidget + + + Save a file + Title of the file saving dialog + Datei speichern + + + + FriendRequestDialog + + + Friend request + Title of the window to aceept/deny a friend request + Freundschaftsanfrage + + + + Someone wants to make friends with you + Es möchte jemand mit dir befreundet sein + + + + User ID: + Benutzer ID: + + + + Friend request message: + Nachricht + + + + Accept + Accept a friend request + Akzeptieren + + + + Reject + Reject a friend request + Ablehnen + + + + FriendWidget + + + Copy friend ID + Menu to copy the Tox ID of that friend + Tox ID kopieren + + + + Invite in group + Menu to invite a friend in a groupchat + In Gruppe einladen + + + + Remove friend + Menu to remove the friend from our friendlist + Freund entfernen + + + + GroupChatForm + + + %1 users in chat + Number of users in chat + %1 Personen im Chat + + + + <Unknown> + <Unbekannt> + + + + %1 users in chat + %1 Personen im Chat + + + + Save chat log + Chatverlauf speichern + + + + GroupWidget + + + + %1 users in chat + %1 Personen im Chat + + + + + 0 users in chat + 0 Personen im Chat + + + + Quit group + Menu to quit a groupchat + Gruppe verlassen + + + + SelfCamView + + + Tox video test + Title of the window to test the video/webcam + Tox Video testen + + + + SettingsForm + + + User Settings + "Headline" of the window + Einstellungen + + + + Name + Username/nick + Benutzername + + + + Status + Status message + Status + + + + Test video + Text on a button to test the video/webcam + Video testen + + + + Enable IPv6 (recommended) + Text on a checkbox to enable IPv6 + IPv6 aktivieren (empfohlen) + + + + Use translations + Text on a checkbox to enable translations + + + + + Widget + + + Tox + Tox + + + + Your name + Dein Name + + + + Your status + Dein Status + + + + Close + Schließen + + + + Ctrl+Q + Strg+Q + + + Online + Button to set your status to 'Online' + Online + + + Away + Button to set your status to 'Away' + Abwesend + + + Busy + Button to set your status to 'Busy' + Beschäftigt + + + diff --git a/translations/fr.ts b/translations/fr.ts index 2ba83d433..3851b7684 100644 --- a/translations/fr.ts +++ b/translations/fr.ts @@ -38,32 +38,38 @@ Merci de remplir un ID Tox valide - + + This address does not exist + The DNS gives the Tox ID associated to toxme.se addresses + + + + Error while looking up DNS The DNS gives the Tox ID associated to toxme.se addresses Erreur en consultant le serveur DNS - + Unexpected number of text records Error with the DNS Nombre d'entrées texte innatendu - + Unexpected number of values in text record Error with the DNS Nombre d'entrées numériques dans l'entrée texte innatendu - + The DNS lookup does not contain any Tox ID Error with the DNS La réponse DNS ne contient aucun ID Tox - + The DNS lookup does not contain a valid Tox ID Error with the DNS La réponse DNS ne contient pas d'ID Tox valide @@ -85,13 +91,13 @@ ChatForm - + Send a file Envoyer un fichier - - + + Save chat log Sauvegarder l'historique de conversation @@ -107,7 +113,7 @@ FileTransfertWidget - + Save a file Title of the file saving dialog Sauvegarder un fichier @@ -152,19 +158,19 @@ FriendWidget - + Copy friend ID Menu to copy the Tox ID of that friend Copier l'ID ami - + Invite in group Menu to invite a friend in a groupchat Inviter dans un groupe - + Remove friend Menu to remove the friend from our friendlist Supprimer ami @@ -184,12 +190,12 @@ <Inconnu> - + %1 users in chat %1 personnes - + Save chat log Sauvegarder l'historique de conversation @@ -198,18 +204,18 @@ GroupWidget - + %1 users in chat %1 personnes - + 0 users in chat 0 personnes - + Quit group Menu to quit a groupchat Quitter le groupe @@ -227,80 +233,83 @@ SettingsForm - + User Settings "Headline" of the window Configuration - + Name Username/nick Nom - + Status Status message Status - + Test video Text on a button to test the video/webcam Tester la vidéo - + Enable IPv6 (recommended) Text on a checkbox to enable IPv6 Activer IPv6 (recommandé) + + + Use translations + Text on a checkbox to enable translations + + Widget - + Tox Tox - + Your name Votre nom - + Your status Votre status - + Close Fermer - + Ctrl+Q Ctrl+Q - Online Button to set your status to 'Online' - Connecté + Connecté - Away Button to set your status to 'Away' - Indisponnible + Indisponnible - Busy Button to set your status to 'Busy' - Occupé + Occupé diff --git a/translations/ru.ts b/translations/ru.ts index fb4a178ce..d340f5e80 100644 --- a/translations/ru.ts +++ b/translations/ru.ts @@ -1,6 +1,6 @@ - + AddFriendForm @@ -41,31 +41,37 @@ + This address does not exist + The DNS gives the Tox ID associated to toxme.se addresses + + + + Error while looking up DNS The DNS gives the Tox ID associated to toxme.se addresses Ошибка при просмотре DNS - + Unexpected number of text records Error with the DNS Непредвиденное количество текстовых записей - + Unexpected number of values in text record Error with the DNS Непредвиденное количество значений в текстовой записи - + The DNS lookup does not contain any Tox ID Error with the DNS В ответе DNS ни одного Tox ID - - + + The DNS lookup does not contain a valid Tox ID Error with the DNS Ответ DNS не содержит корректных Tox ID @@ -87,13 +93,13 @@ ChatForm - + Send a file Отправить файл - - + + Save chat log Сохранить лог чата @@ -109,7 +115,7 @@ FileTransfertWidget - + Save a file Title of the file saving dialog Сохранить файл @@ -188,12 +194,12 @@ <Неизвестно> - + %1 users in chat %1 пользователей в чате - + Save chat log Сохранить лог чата @@ -208,13 +214,13 @@ - + %1 users in chat %1 пользователей в чате - + 0 users in chat Ни одного пользователя в чате @@ -231,35 +237,41 @@ SettingsForm - + User Settings "Headline" of the window Пользовательские настройки - + Name Username/nick Имя - + Status Status message Статус - + Test video Text on a button to test the video/webcam Проверить видео - + Enable IPv6 (recommended) Text on a checkbox to enable IPv6 Включить IPv6 (рекомендуется) + + + Use translations + Text on a checkbox to enable translations + + Widget @@ -269,43 +281,40 @@ Tox - + Your name Ваше имя - + Your status Ваш статус - + Close Закрыть - + Ctrl+Q Ctrl+Q - Online Button to set your status to 'Online' - В сети + В сети - Away Button to set your status to 'Away' Вероятно, это не столь долгое путешествие - Отошёл + Отошёл - Busy Button to set your status to 'Busy' - Занят + Занят From 4372fea9ea906ed280d7082a05c2980734bd06cc Mon Sep 17 00:00:00 2001 From: marcel Date: Sun, 6 Jul 2014 02:29:57 +0200 Subject: [PATCH 4/6] calculate tox id length from definition in tox.h instead of setting it manually --- widget/form/addfriendform.cpp | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/widget/form/addfriendform.cpp b/widget/form/addfriendform.cpp index 06f1c4cc0..dc47c769b 100644 --- a/widget/form/addfriendform.cpp +++ b/widget/form/addfriendform.cpp @@ -2,8 +2,9 @@ #include #include +#include -#define TOX_ID_SIZE 76 +#define TOX_ID_LENGTH 2*TOX_FRIEND_ADDRESS_SIZE AddFriendForm::AddFriendForm() : dns(this) { @@ -50,7 +51,7 @@ void AddFriendForm::show(Ui::Widget &ui) bool AddFriendForm::isToxId(const QString &value) const { const QRegularExpression hexRegExp("^[A-Fa-f0-9]+$"); - return value.length() == TOX_ID_SIZE && value.contains(hexRegExp); + return value.length() == TOX_ID_LENGTH && value.contains(hexRegExp); } void AddFriendForm::showWarning(const QString &message) const @@ -117,12 +118,12 @@ void AddFriendForm::handleDnsLookup() } idx += idKeyWord.length(); - if (entry.length() < idx + static_cast(TOX_ID_SIZE)) { + if (entry.length() < idx + static_cast(TOX_ID_LENGTH)) { showWarning(tr("The DNS lookup does not contain a valid Tox ID", "Error with the DNS")); return; } - const QString friendAdress = entry.mid(idx, TOX_ID_SIZE); + const QString friendAdress = entry.mid(idx, TOX_ID_LENGTH); if (!isToxId(friendAdress)) { showWarning(tr("The DNS lookup does not contain a valid Tox ID", "Error with the DNS")); return; From cfbc73e435a7a79961b05ab9887f182002b2526e Mon Sep 17 00:00:00 2001 From: Kevin Flynn Date: Sat, 5 Jul 2014 20:47:31 -0700 Subject: [PATCH 5/6] Fix #97 --- core.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core.cpp b/core.cpp index 15a4ae7d9..ac14b8ff1 100644 --- a/core.cpp +++ b/core.cpp @@ -1118,8 +1118,8 @@ void Core::prepareCall(int friendId, int callId, ToxAv* toxav, bool videoEnabled calls[callId].callId = callId; calls[callId].friendId = friendId; calls[callId].codecSettings = av_DefaultSettings; - calls[callId].codecSettings.video_width = TOXAV_VIDEO_WIDTH; - calls[callId].codecSettings.video_height = TOXAV_VIDEO_HEIGHT; + calls[callId].codecSettings.max_video_width = TOXAV_VIDEO_WIDTH; + calls[callId].codecSettings.max_video_height = TOXAV_VIDEO_HEIGHT; calls[callId].videoEnabled = videoEnabled; toxav_prepare_transmission(toxav, callId, &calls[callId].codecSettings, videoEnabled); From 00a3617a5a569a8b5568c50d66864f9ecded38de Mon Sep 17 00:00:00 2001 From: Kevin Flynn Date: Sat, 5 Jul 2014 21:07:43 -0700 Subject: [PATCH 6/6] Make spacing consistent --- widget.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widget.ui b/widget.ui index 7f4dcd5e1..0311f74b8 100644 --- a/widget.ui +++ b/widget.ui @@ -2030,7 +2030,7 @@ QSplitter:handle{ - 2 + 10 20 @@ -2115,7 +2115,7 @@ QSplitter:handle{ 0 0 - 255 + 256 199