Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

468
Views
la superposición de la barra de título de electrones agrega líneas verticales blancas al maximizar

En mi proyecto electron js, estoy experimentando un comportamiento extraño en la barra de título que se inicializa con el siguiente código:

 function createWindow() {
 win = new BrowserWindow({
 width: 800,
 height: 600,
 titleBarStyle: 'hidden',
 titleBarOverlay: {
 color: '#1D1E20',
 symbolColor: '#EEEEEE'
 },
 webPreferences: {
 nodeIntegration: true,
 contextIsolation: false,
 devTools: true
 },
 show: false
 })
 //win.webContents.openDevTools()
 win.loadFile('index.html')
 win.once('ready-to-show', () => {
 win.show()
 })
}

Cuando maximizo, aparece una línea blanca vertical junto al botón Maximizar, que creo que se debe al cambio de tamaño de los botones nativos de Windows al cambiar el tamaño. ¿Hay alguna forma de resolver este problema sin diseñar un título personalizado? ¿bar? normal maximizado

almost 4 years ago · Santiago Trujillo
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!