Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
qm' QM Toolbar icon size
#1
how do i change the icon size of the qm QM Toolbar without editing system folder?
pi
#2
Replace it with your toolbar.

Macro
Code:
Copy      Help
;get System toolbar text and insert /isiz
str s.getmacro("QM toolbar")
s.findreplace("[]" " /isiz 32[]" 4)
;out s
;also you should replace all icon file paths because there are no big icons

;close system toolbar
int w1=win("QM TOOLBAR" "QM_toolbar")
if(w1) clo w1

;create and run new toolbar
int iid=newitem("QM toolbarr" s "QM toolbar") ;;add your folder if needed
mac iid _hwndqm

;set it to run always
s.getmacro(iid 1)
rset s "Toolbar" "\Tools"

to restore
Macro
Code:
Copy      Help
newitem "QM toolbarr" "" "Toolbar" "" "" 32 ;;delete new toolbar
mac "QM toolbar" _hwndqm ;;run system toolbar
rset 0 "Toolbar" "\Tools" 0 -1 ;;set system toolbar run always
#3
perfect!

funny that you gave a big icon example, because i had resize in mind.

as a side node, why is .png disabled as picture upload format?
please set the attachment size to 500 kb.
i had to reduce quality of my last screenshot to have the right file size.
pi
#4
now png enabled
#5
   
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)