atom-material / atom-material-ui

A dynamic UI theme for Atom that follows Google's Material Design Guidelines
MIT License
817 stars 204 forks source link

Autocomplete window not entirely visible #297

Closed BigfootN closed 8 years ago

BigfootN commented 8 years ago

Hello,

I just noticed that, particularly with this ui theme, the autocomplete window, when the editor is split, is almost hidden under the line number gutter, making it almost impossible to see it:

2016-06-04-135530_206x97_scrot

Steps to reproduce:

  1. Open file
  2. Split the screen
  3. Place the cursor at the end of a line
  4. Write something so that the completion window appears

Expected behavior:

This the expected behavior

2016-06-04-152755_274x176_scrot

The window completion is over the line number panel.

The initial behavior with a gif:

out

The expected behavior:

out-1

Atom version: 1.7.4 OS: Archlinux

Installed packages:

Configuration:

"atom-material-ui":
    colors:
      abaseColor:
        red: 126
        green: 126
        blue: 126
        alpha: 1
      predefinedColor: "Grey"
    fonts: {}
    tabs:
      compactTabs: true
    treeView:
      blendTabs: true
    ui:
      animations: false
      panelContrast: true
      panelShadows: true

P.S: The expected behavior was tested with Atom Dark UI theme and my stylesheet is empty.

Thank you very much in advance :)

BigfootN commented 8 years ago

Thank you very much :tada: :smile: