From 621d956e5e36a62240ed84e433676d6d0220739d Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Sat, 29 Feb 2020 14:34:30 +0100 Subject: [PATCH] update --- bin/mb-tint2edit | 2 +- bin/mb-tint2zen | 2 +- bin/mcc | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/mb-tint2edit b/bin/mb-tint2edit index 78e7db4..ce24bfa 100755 --- a/bin/mb-tint2edit +++ b/bin/mb-tint2edit @@ -17,7 +17,7 @@ TINT2PATH="$HOME/.config/tint2" ### DIALOG VARIABLES -DLGDEC="yad --center --borders=20 --width=400 --height=500 " +DLGDEC="yad --center --borders=20 --width=400 --height=600 " WINICON="--window-icon=distributor-logo-mabox" case $LANG in pl*) diff --git a/bin/mb-tint2zen b/bin/mb-tint2zen index 6682f0c..cb42127 100755 --- a/bin/mb-tint2zen +++ b/bin/mb-tint2zen @@ -32,7 +32,7 @@ USAGE="\v\tUSAGE:\n\tWith no command argument, the script uses the chosen \v\t\t(sleep 2s && mb-tint2-session) &" ### DIALOG VARIABLES -DLGDEC="yad --center --borders=20 --height=500 " +DLGDEC="yad --center --borders=20 --height=600 " OK="--button=OK:0" WINICON="--window-icon=distributor-logo-mabox" case $LANG in diff --git a/bin/mcc b/bin/mcc index acd5d6b..1023a8f 100755 --- a/bin/mcc +++ b/bin/mcc @@ -101,8 +101,8 @@ case $LANG in MENU_DESC="Main menu (access it by right click, win+space shortcut or from panel icon) have type to search functionality. Just start to type what you looking for.\nThere are also two side-panels available for quick access to file system locations for example. Below you can add custom commands to both side-panels.\n" M_EDIT_MAIN="Edit main menu" M_RESTORE_MAIN="Reset mainmenu to default" - M_LEFT="\t\t\tLEFT (ctrl+tab)" - M_RIGHT="\t\t\tRIGHT (win+tab)" + M_LEFT="\t\t\tLEFT PANEL (ctrl+tab)" + M_RIGHT="\t\t\tRIGHT PANEL (win+tab)" M_LEFT_DESC="Left panel\n - quick navigation\n - GTK Bookmarks\n - Virtualbox machines" M_RIGHT_DESC="Right panel\n - system settings\n - help\n - exit options" M_CUSTOMIZE="Customize" @@ -238,7 +238,7 @@ yad --window-icon=distributor-logo-mabox \ --tab="$SYSTEM" --tab="$SOFTWARE" --tab="Autostart" --tab="$LOOK" --tab="$TINT2"\ --tab="Conky" --tab="Menu" --tab="$COMPOSITOR" --tab="$THEMES" \ --title="Mabox Control Center" --image=/usr/share/icons/hicolor/64x64/apps/distributor-logo-mabox.png \ - --width=680 --height=420 --image-on-top --text="$MCC" --no-buttons > $out & + --width=710 --height=420 --image-on-top --text="$MCC" --no-buttons > $out & } maindialog