Questions tagged [shrink]

249 questions
0
votes
1 answer

iPhone tries to squish everything onto one page

I've been working on a website, and all was going well until I had someone try to test it on their iPhone. All the content seems to be squished onto the screen on iPhone. This happened in Safari, Chrome, and Duck Duck Go. I am unable to recreate the…
Aviolin
  • 15
  • 5
0
votes
2 answers

QTableWidgetItem shrinking

I have an issue usign QTableWidgetItem. I normally use the QTableWidget like this this->setItem(i, j, new QTableWidgetItem()); this->item(i, j)->setText(string); The column I'm writing to is narrow, only about 20px. I need to write 2 digits…
Lord_Navro
  • 80
  • 1
  • 9
0
votes
1 answer

how can i enable proguard in react native

hello i want to shrink my apk file in react native with proguard. after enabling proguard in my bulid.gradle file : def enableProguardInReleaseBuilds = true i got error after run this code: $gradlew…
ali
  • 1
  • 1
  • 1
0
votes
3 answers

background image doesn't shrink as screen size in firefox

I have a div called .outer which contained a div called .film, and the div .film has some of image divs. The problem is .outer div doesn't shrink it as the screen size in Firefox like this picture: As you can see, the div is shrinking well in…
l3lue
  • 531
  • 4
  • 16
0
votes
2 answers

A bigger database has almost all disk space but 54% of free space on it. Do I have to shrink it?

I have received a database management procedure on SQL and the database has with more than 440 Gbytes of space and the disk is just for 500 Gbytes so there is almost no free space on disk to run tasks and to have a good space for temporary files.…
backslash17
  • 5,300
  • 4
  • 31
  • 46
0
votes
2 answers

Not able to shrink database

I have installed SQL Server 2017. I have created a test_db of size 512 mb and am trying to shrink the database using SQL query: dbcc shrinkfile(N'test_db', truncateonly) But i do not see the the database being shrinked. In case i use the following…
rohan
  • 11
  • 1
  • 5
0
votes
0 answers

C# WPF) Width of controls in Window shrink strangely

The screen resolution of my dev. machine is 1920 x 1080 and I designed the width of main Window of my application to be 1365. This means all controls have to be seen exactly same as I designed when my application runs in another same resolution(1920…
Kay Lee
  • 922
  • 1
  • 12
  • 40
0
votes
1 answer

ImageMagick: Is there an equivalent of Gimp's tool to "shrink" and "grow" a selection?

I have a black and white mask image produced with this ImageMagick command: convert in.jpg -threshold 85% out.png Giving me this result: I'd like to reduce the size of each piece like if I was doing it with Gimp by selecting the white background,…
DevonDahon
  • 7,460
  • 6
  • 69
  • 114
0
votes
1 answer

Handling ZIP content in Java that uses the SHRINK algorithm

Anyone know of a way to handle ZIP files produced using the SHRINK algorithm? This doesn't appear to be supported by the standard Java ZIP functionality. We're receiving ZIP files from an upstream system that (amazingly) have SHRINK-based…
Alan Krueger
  • 4,701
  • 4
  • 35
  • 48
0
votes
1 answer

shrink response data from database for diagram

im trying to shrink data in nodejs for a diagram, but have no ideas what would be the best way. i would like to create a function which gets the raw data and shrink the total value by X days as an example: Data: { time: '2018-10-29', total: 8 } {…
0
votes
1 answer

How would I make images shrink with flexbox?

I'm having trouble figuring out how to make my code mobile friendly; the PC version seems fine, but on mobile it stretches the bio and some text will run off the page. I can't figure a way to have the picture shrink when it's displayed on mobile,…
user10291715
0
votes
1 answer

What is best practice to use shrink SQL Server?

I have read a lot that shrinking database is not recommended practice as it causes a fragmentation that leads to slower performance. ref :…
Alfin E. R.
  • 741
  • 1
  • 7
  • 24
0
votes
3 answers

MS SQL. How can I find time-point when log file was shrink?

Someone is shrinking the log files of databases in production. Now and then. It's not good to shrink often. But how do I find information of when and what sql user did the log file shrinking? Everyting on MS SQL server is logged so somewhere is the…
Lava
  • 69
  • 9
0
votes
0 answers

how to shrink a very big log file in SQL server 2016

I have a warehouse with a 800 GB log file.now I want to shrink or another solution to reduce the disk space occupied by the Log.ldf. I tried shrink file in several ways.I got a full backup , transaction log back up , changed recovery mode , ran dbcc…
0
votes
1 answer

Saving smallest JPG possible with Photoshop

I wanted to know what the best way to save a JPG to be very small like less than 100kb and still keep it's quality a bit. i have 1200x1200 psd files in Photoshop and the best i get is like 500kb-600kb, is there any third party software that shrinks?…
Assaf
  • 89
  • 2
  • 8