citra-qt/VertexShader: Minor UI improvements.

Renamed "Iteration index" to the (hopefully) more intuitive "Cycle Index".
Added flexible space at the bottom of the widget.
This commit is contained in:
Tony Wasserka 2015-08-15 20:13:48 +02:00
parent 493c432d1e
commit 32592364b8
2 changed files with 11 additions and 10 deletions

View file

@ -51,7 +51,7 @@ private slots:
void OnInputAttributeChanged(int index);
void OnIterationIndexChanged(int index);
void OnCycleIndexChanged(int index);
void DumpShader();
@ -80,7 +80,7 @@ private:
// Text to be shown when input vertex data is not retrievable
QLabel* breakpoint_warning;
QSpinBox* iteration_index;
QSpinBox* cycle_index;
nihstro::ShaderInfo info;
Pica::Shader::DebugData<true> debug_data;