more minor cleanup

pull/2/merge
Qingping Hou 11 years ago
parent a4b17061a5
commit 241420b8bc

2
.gitignore vendored

@ -14,6 +14,7 @@ git-rev
kpdfview kpdfview
slider_watcher slider_watcher
*.o *.o
tags
kindlepdfviewer-*.zip kindlepdfviewer-*.zip
@ -46,3 +47,4 @@ popen-noshell/popen_noshell_examples.c
popen-noshell/popen_noshell_tests.c popen-noshell/popen_noshell_tests.c
popen-noshell/popen_noshell_tests.cpp popen-noshell/popen_noshell_tests.cpp
kpvcrlib/libcrengine.so

@ -7,7 +7,7 @@ PageCropDialog = VerticalGroup:new{
cancel_text = "Cancel", cancel_text = "Cancel",
ok_callback = function() end, ok_callback = function() end,
cancel_callback = function() end, cancel_callback = function() end,
button_width = math.floor(70*Screen:getDPI()/167), button_width = math.floor(scaleByDPI(70)),
} }
function PageCropDialog:init() function PageCropDialog:init()

Loading…
Cancel
Save