/[svn]/gigedit/trunk/src/gigedit/mainwindow.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/mainwindow.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3106 by schoenebeck, Sat Feb 11 17:04:48 2017 UTC revision 3108 by schoenebeck, Sun Feb 12 13:13:06 2017 UTC
# Line 110  MainWindow::MainWindow() : Line 110  MainWindow::MainWindow() :
110      dimreg_vbox.pack_start(dimreg_hbox, Gtk::PACK_SHRINK);      dimreg_vbox.pack_start(dimreg_hbox, Gtk::PACK_SHRINK);
111      {      {
112          imageNoSample.set(redDot);          imageNoSample.set(redDot);
113          imageNoSample.set_alignment(Gtk::ALIGN_RIGHT);          imageNoSample.set_alignment(Gtk::ALIGN_END);
114          labelNoSample.set_alignment(Gtk::ALIGN_LEFT);          labelNoSample.set_alignment(Gtk::ALIGN_START);
115          legend_hbox.add(imageNoSample);          legend_hbox.add(imageNoSample);
116          legend_hbox.add(labelNoSample);          legend_hbox.add(labelNoSample);
117    
118          imageMissingSample.set(yellowDot);          imageMissingSample.set(yellowDot);
119          imageMissingSample.set_alignment(Gtk::ALIGN_RIGHT);          imageMissingSample.set_alignment(Gtk::ALIGN_END);
120          labelMissingSample.set_alignment(Gtk::ALIGN_LEFT);          labelMissingSample.set_alignment(Gtk::ALIGN_START);
121          legend_hbox.add(imageMissingSample);          legend_hbox.add(imageMissingSample);
122          legend_hbox.add(labelMissingSample);          legend_hbox.add(labelMissingSample);
123    
124          imageLooped.set(blackLoop);          imageLooped.set(blackLoop);
125          imageLooped.set_alignment(Gtk::ALIGN_RIGHT);          imageLooped.set_alignment(Gtk::ALIGN_END);
126          labelLooped.set_alignment(Gtk::ALIGN_LEFT);          labelLooped.set_alignment(Gtk::ALIGN_START);
127          legend_hbox.add(imageLooped);          legend_hbox.add(imageLooped);
128          legend_hbox.add(labelLooped);          legend_hbox.add(labelLooped);
129    
130          imageSomeLoops.set(grayLoop);          imageSomeLoops.set(grayLoop);
131          imageSomeLoops.set_alignment(Gtk::ALIGN_RIGHT);          imageSomeLoops.set_alignment(Gtk::ALIGN_END);
132          labelSomeLoops.set_alignment(Gtk::ALIGN_LEFT);          labelSomeLoops.set_alignment(Gtk::ALIGN_START);
133          legend_hbox.add(imageSomeLoops);          legend_hbox.add(imageSomeLoops);
134          legend_hbox.add(labelSomeLoops);          legend_hbox.add(labelSomeLoops);
135    

Legend:
Removed from v.3106  
changed lines
  Added in v.3108

  ViewVC Help
Powered by ViewVC